summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-27 19:53:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-27 19:53:36 +0000
commite400d9ee24767bc6b7d071b957937fbb2b5a1e2b (patch)
tree83a0693338ec4d27de0597c85a20f916c9558938 /nuttx/configs/stm3210e-eval/src/Makefile
parentd16a2aa2ac0cbbba242e1d5258e1d0d6f775672e (diff)
downloadpx4-nuttx-e400d9ee24767bc6b7d071b957937fbb2b5a1e2b.tar.gz
px4-nuttx-e400d9ee24767bc6b7d071b957937fbb2b5a1e2b.tar.bz2
px4-nuttx-e400d9ee24767bc6b7d071b957937fbb2b5a1e2b.zip
More changes from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3426 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/Makefile')
-rwxr-xr-xnuttx/configs/stm3210e-eval/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/Makefile b/nuttx/configs/stm3210e-eval/src/Makefile
index 09f0c518f..1bd9e5581 100755
--- a/nuttx/configs/stm3210e-eval/src/Makefile
+++ b/nuttx/configs/stm3210e-eval/src/Makefile
@@ -43,6 +43,7 @@ AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_boot.c up_leds.c up_buttons.c up_spi.c up_usbdev.c \
up_extcontext.c up_selectnor.c up_deselectnor.c \
up_selectsram.c up_deselectsram.c
+
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif