summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-03 16:02:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-03 16:02:22 +0000
commitf6f82c4f12f9333ffd52e0e2ed07ac267d14a5d4 (patch)
treef572cca391ad2aeb70049d88e11dc1040d5261cf /nuttx/drivers/input/Make.defs
parentad07b3a95eff6c444e072271cd9c9cb2adf6971f (diff)
downloadpx4-nuttx-f6f82c4f12f9333ffd52e0e2ed07ac267d14a5d4.tar.gz
px4-nuttx-f6f82c4f12f9333ffd52e0e2ed07ac267d14a5d4.tar.bz2
px4-nuttx-f6f82c4f12f9333ffd52e0e2ed07ac267d14a5d4.zip
Add hooks for the ADS7843E touchscreen controller
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4013 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rwxr-xr-xnuttx/drivers/input/Make.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index e4758ed84..e32dc4549 100755
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -37,12 +37,16 @@
ifeq ($(CONFIG_INPUT),y)
-# Include the TI TSC2007 drivers
+# Include the selected touchscreen drivers
ifeq ($(CONFIG_INPUT_TSC2007),y)
CSRCS += tsc2007.c
endif
+ifeq ($(CONFIG_INPUT_ADS7843E),y)
+ CSRCS += ads7843e.c
+endif
+
# Include input device driver build support
DEPPATH += --dep-path input