summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-25 12:50:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-25 12:50:42 +0000
commit4acd60377103f9e793c8eb196c0dc19299b6729b (patch)
tree9ca705666969c11e1ca53c7feae3866193a26011 /nuttx/configs/nucleus2g/src/Makefile
parente0e7d9f9b0e4aeba2b34b4a959e240a238fb0a5f (diff)
downloadpx4-nuttx-4acd60377103f9e793c8eb196c0dc19299b6729b.tar.gz
px4-nuttx-4acd60377103f9e793c8eb196c0dc19299b6729b.tar.bz2
px4-nuttx-4acd60377103f9e793c8eb196c0dc19299b6729b.zip
Corrections for LP17xx UARTs and Nucleus 2G
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4331 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g/src/Makefile')
-rwxr-xr-xnuttx/configs/nucleus2g/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/nucleus2g/src/Makefile b/nuttx/configs/nucleus2g/src/Makefile
index 057470068..303bd2b94 100755
--- a/nuttx/configs/nucleus2g/src/Makefile
+++ b/nuttx/configs/nucleus2g/src/Makefile
@@ -38,7 +38,7 @@
CFLAGS += -I$(TOPDIR)/sched
ASRCS =
-CSRCS = up_boot.c up_leds.c up_ssp.c
+CSRCS = up_boot.c up_leds.c up_ssp.c up_outputs.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif