summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 19:26:13 +0000
commit0cc81559c174c954df29d22f6960ecf85a4aa4e0 (patch)
tree5edce9ce7fbf9386157f993fbdc242a114dc48b7 /nuttx/configs/stm3240g-eval/src/Makefile
parent99f17aadf65f632a7b2a21c2d04edb7eafed28ec (diff)
downloadpx4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.gz
px4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.tar.bz2
px4-nuttx-0cc81559c174c954df29d22f6960ecf85a4aa4e0.zip
Qencoder fixes from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5354 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 7174fb1bc..40c3b8769 100644
--- a/nuttx/configs/stm3240g-eval/src/Makefile
+++ b/nuttx/configs/stm3240g-eval/src/Makefile
@@ -92,6 +92,10 @@ ifeq ($(CONFIG_INPUT_STMPE811),y)
CSRCS += up_stmpe811.c
endif
+ifeq ($(CONFIG_QENCODER),y)
+CSRCS += up_qencoder.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)