summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-08 15:07:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-08 15:07:53 +0000
commitb6f9680b714b4579dcbe0e4bc71c6fa4724bf899 (patch)
treec9f6aaf1d3d53d3900c3199488ea02c20e270173 /nuttx/configs/stm3240g-eval/src/Makefile
parent2b2219b2cc675ecda45beb8e6b25d7cc31bf35c4 (diff)
downloadpx4-nuttx-b6f9680b714b4579dcbe0e4bc71c6fa4724bf899.tar.gz
px4-nuttx-b6f9680b714b4579dcbe0e4bc71c6fa4724bf899.tar.bz2
px4-nuttx-b6f9680b714b4579dcbe0e4bc71c6fa4724bf899.zip
Integrate the STMPE11 driver into the STM3240G-EVAL board logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4714 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/src/Makefile')
-rw-r--r--nuttx/configs/stm3240g-eval/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/Makefile b/nuttx/configs/stm3240g-eval/src/Makefile
index 9ac3cfa53..548c1c8c0 100644
--- a/nuttx/configs/stm3240g-eval/src/Makefile
+++ b/nuttx/configs/stm3240g-eval/src/Makefile
@@ -88,6 +88,10 @@ ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += up_watchdog.c
endif
+ifeq ($(CONFIG_INPUT_STMPE11),y)
+CSRCS += up_stmpe11.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)