summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
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