summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 15:52:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 15:52:06 +0000
commitf4c3681f580f1b1e389b4341c0638d2b498e395a (patch)
treebc40a383bf9db09bc4cf8ba7793f134fd0527e74 /nuttx/configs/mcu123-lpc214x/src/Makefile
parent967c565a3b4513c66c1ca59e3f13003a97645e22 (diff)
downloadpx4-nuttx-f4c3681f580f1b1e389b4341c0638d2b498e395a.tar.gz
px4-nuttx-f4c3681f580f1b1e389b4341c0638d2b498e395a.tar.bz2
px4-nuttx-f4c3681f580f1b1e389b4341c0638d2b498e395a.zip
Move LPC-specific code from examples/usbstorage to mcu123-lpc214x/src
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2290 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/src/Makefile')
-rw-r--r--nuttx/configs/mcu123-lpc214x/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/src/Makefile b/nuttx/configs/mcu123-lpc214x/src/Makefile
index ab71e0cce..aad225d08 100644
--- a/nuttx/configs/mcu123-lpc214x/src/Makefile
+++ b/nuttx/configs/mcu123-lpc214x/src/Makefile
@@ -51,6 +51,10 @@ CSRCS = up_spi.c up_leds.c
ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
+ifeq ($(CONFIG_EXAMPLE),usbstorage)
+CSRCS += up_usbstrg.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)