blob: f1c5b95f738ee0e4b390df17260d49bfe8990a0a [file] [log] [blame]
Jason Price56df3e62012-06-14 16:01:04 -06001
2ACLOCAL_AMFLAGS = -I m4
3
4topdir = $(prefix)
5
6BUILD_TEST=
7
8if KERNELMODULES
Mitchel Humpherys1b106f22012-09-11 18:04:14 -07009if USEION
10BUILD_TEST += ion
11endif
Mitchel Humpherysff8e6852013-03-18 16:28:57 -070012if USEMEMORY_PROF
13BUILD_TEST += memory_prof
14endif
Jason Price56df3e62012-06-14 16:01:04 -060015if USEMSM_BUS
16BUILD_TEST += msm_bus
17endif
18if USEWATCHDOG
19BUILD_TEST += watchdog
20endif
Naveen Ramarajfc6ba352012-09-07 00:08:10 -070021if USEOCMEM
22BUILD_TEST += ocmem
23endif
Olav Haugan476b85a2013-05-28 16:20:37 -070024if USEIOMMU
25BUILD_TEST += msm_iommu
Jason Price56df3e62012-06-14 16:01:04 -060026endif
Olav Haugan476b85a2013-05-28 16:20:37 -070027endif
Jason Price56df3e62012-06-14 16:01:04 -060028if USESPS
29BUILD_TEST += sps
30endif
Pawan Kumar81d53ae2012-12-02 18:50:56 +053031if USEV4L2APPS
32BUILD_TEST += v4l2apps
33endif
Jason Price56df3e62012-06-14 16:01:04 -060034
35SUBDIRS = $(BUILD_TEST)
36