summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-05 17:27:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-05 17:27:03 +0000
commitfffb5bd4f05cf422e06f650f4d13b40fe9675463 (patch)
tree9577ae1a5cdf524bd9c355f4a5bd286be9268d5e /nuttx/drivers/input/Make.defs
parent1f003cf9e6a6318af036b8d1df70aa4d64ea6d05 (diff)
downloadpx4-nuttx-fffb5bd4f05cf422e06f650f4d13b40fe9675463.tar.gz
px4-nuttx-fffb5bd4f05cf422e06f650f4d13b40fe9675463.tar.bz2
px4-nuttx-fffb5bd4f05cf422e06f650f4d13b40fe9675463.zip
Beginning of an SMTPE11 touchscreen/IO expander driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4700 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rw-r--r--nuttx/drivers/input/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index e32dc4549..ff01217cb 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -47,6 +47,10 @@ ifeq ($(CONFIG_INPUT_ADS7843E),y)
CSRCS += ads7843e.c
endif
+ifeq ($(CONFIG_INPUT_STMPE11),y)
+ CSRCS += stmpe11_base.c
+endif
+
# Include input device driver build support
DEPPATH += --dep-path input