summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-16 03:01:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-16 03:01:05 +0000
commitc7f31bf28f105ba361108b8a29fbac35ddcccc87 (patch)
tree4d07eaebcaf0debd268ebecc72318aa2ffc3c13b /nuttx/configs/nucleus2g/src/Makefile
parent95fe0a934a62bc199c8f2e2cd89fc206318e9dc6 (diff)
downloadpx4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.tar.gz
px4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.tar.bz2
px4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.zip
LPC17xx USBDEV driver now compiles (still untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2805 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g/src/Makefile')
-rwxr-xr-xnuttx/configs/nucleus2g/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/nucleus2g/src/Makefile b/nuttx/configs/nucleus2g/src/Makefile
index 78a58d25b..de5a3c76c 100755
--- a/nuttx/configs/nucleus2g/src/Makefile
+++ b/nuttx/configs/nucleus2g/src/Makefile
@@ -42,6 +42,9 @@ CSRCS = up_boot.c up_leds.c up_ssp.c
ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
+ifeq ($(CONFIG_EXAMPLE),usbstorage)
+CSRCS += up_usbstrg.c
+endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))