summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/src/Makefile')
-rw-r--r--nuttx/configs/sam3u-ek/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/sam3u-ek/src/Makefile b/nuttx/configs/sam3u-ek/src/Makefile
index 2bfa7693e..6c575e2f3 100644
--- a/nuttx/configs/sam3u-ek/src/Makefile
+++ b/nuttx/configs/sam3u-ek/src/Makefile
@@ -50,6 +50,9 @@ endif
ifeq ($(CONFIG_USBSTRG),y)
CSRCS += up_usbstrg.c
endif
+ifeq ($(CONFIG_INPUT_ADS7843E),y)
+CSRCS += up_touchscreen.c
+endif
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)