M7350/qcom-opensource/kernel/kernel-tests/Makefile.am
2024-09-09 08:52:07 +00:00

35 lines
405 B
Makefile

ACLOCAL_AMFLAGS = -I m4
topdir = $(prefix)
BUILD_TEST=
if KERNELMODULES
if USEION
BUILD_TEST += ion
endif
if USEMEMORY_PROF
BUILD_TEST += memory_prof
endif
if USEMSM_BUS
BUILD_TEST += msm_bus
endif
if USEWATCHDOG
BUILD_TEST += watchdog
endif
if USEOCMEM
BUILD_TEST += ocmem
endif
endif
if USESPS
BUILD_TEST += sps
endif
if USEV4L2APPS
BUILD_TEST += v4l2apps
endif
SUBDIRS = $(BUILD_TEST)