aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rw-r--r--nuttx/drivers/input/Make.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index 5d8d121db..c564eb364 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -52,6 +52,9 @@ ifeq ($(CONFIG_INPUT_STMPE11),y)
ifneq ($(CONFIG_INPUT_STMPE11_GPIO_DISABLE),y)
CSRCS += stmpe11_gpio.c
endif
+ifneq ($(CONFIG_INPUT_STMPE11_ADC_DISABLE),y)
+ CSRCS += stmpe11_adc.c
+endif
endif
# Include input device driver build support