summaryrefslogtreecommitdiff
path: root/kernel/testcases/Makefile
diff options
context:
space:
mode:
authorBade Appala Naidu <appala.bade@stericsson.com>2012-05-17 15:26:06 +0530
committerBade Appala Naidu <appala.bade@stericsson.com>2012-05-17 15:26:06 +0530
commite85f43e8c2f164789bb1c0fcae384e4d40a3a0a2 (patch)
tree6adffaa96fcd86f52fb79650edb6c21330043f4a /kernel/testcases/Makefile
parent7e14156cec7176f4244d9d99b309c2e3da99f358 (diff)
Added Gyroscope pressure Acceleormetr and Proximity sensor testcases
Added snowball specific cmmand file
Diffstat (limited to 'kernel/testcases/Makefile')
-rw-r--r--kernel/testcases/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/testcases/Makefile b/kernel/testcases/Makefile
index 72931da..0c50472 100644
--- a/kernel/testcases/Makefile
+++ b/kernel/testcases/Makefile
@@ -28,10 +28,10 @@ obj-$(CONFIG_LTP_DMA) += dma/
#obj-$(CONFIG_LTP_EMMC_FILESYSTEM_MMC_VALIDATION_LTP) += emmc_filesystem_mmc_Validation_LTP/
#obj-$(CONFIG_LTP_MSP) += msp/
#obj-$(CONFIG_LTP_ALS) += als/
-#obj-$(CONFIG_LTP_LSM303DLH) += lsm303dlh/
-#obj-$(CONFIG_LTP_LPS001WP) += lps001wp_prs/
-#obj-$(CONFIG_LTP_L3G4200D) += l3g4200d/
-#obj-$(CONFIG_LTP_PROXIMITY) += proximity/
+obj-$(CONFIG_LTP_LSM303DLH) += lsm303dlh/
+obj-$(CONFIG_LTP_LPS001WP) += lps001wp_prs/
+obj-$(CONFIG_LTP_L3G4200D) += l3g4200d/
+obj-$(CONFIG_LTP_PROXIMITY) += proximity/
#obj-$(CONFIG_LTP_PWRMGMT) += pwrmgmt/
#obj-$(CONFIG_LTP_TEE) += tee/
#obj-$(CONFIG_LTP_HIGHRES_TIMER) += highres_timer/