summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 15:13:21 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 15:14:32 +0530
commit15120adcdfd38486243296ad5baf5eb0ed30e14c (patch)
treee82eb9fe9efba4e60622057833835cd5f36836c4 /Makefile
parent3f995b4f2c06710f0e3c147f0281cef0bf485ec4 (diff)
downloadlinaro-android-kernel-test-15120adcdfd38486243296ad5baf5eb0ed30e14c.tar.gz
Remove Evdevtest as Android doesn't support modules
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I0e136cab9f4b9056dbb9cb939cbee6c29855cb1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e10781e..b8d222e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
# Linaro <linaro-dev@lists.linaro.org>
#############################################################################
-DIRS = alarmdevtest ashmemtest-basic ashmemtest-expanded logger evdevtest #sync-basic does not build atm
+DIRS = alarmdevtest ashmemtest-basic ashmemtest-expanded logger #sync-basic does not build atm
CLEANDIRS = $(foreach dir,$(DIRS),clean-$(dir))
.PHONY: all clean $(DIRS) $(CLEANDIRS)