summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-07 20:18:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-07 20:18:56 +0000
commit4017253a669e2647cdf54e27d1ae952d994361d3 (patch)
tree9bcbe9c4ed8c3d704c08ea4e346005ee47f6a69f /nuttx/arch/arm/src/lpc43xx/Make.defs
parent2f95fbedfe92f8f2d413eae44e68676826aabeab (diff)
downloadpx4-nuttx-4017253a669e2647cdf54e27d1ae952d994361d3.tar.gz
px4-nuttx-4017253a669e2647cdf54e27d1ae952d994361d3.tar.bz2
px4-nuttx-4017253a669e2647cdf54e27d1ae952d994361d3.zip
Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/Make.defs')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/Make.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/Make.defs b/nuttx/arch/arm/src/lpc43xx/Make.defs
index 4b75afffc..cc8de3b32 100644
--- a/nuttx/arch/arm/src/lpc43xx/Make.defs
+++ b/nuttx/arch/arm/src/lpc43xx/Make.defs
@@ -117,3 +117,10 @@ ifeq ($(CONFIG_LPC43_DAC),y)
CHIP_CSRCS += lpc43_adc.c
endif
endif
+
+ifeq ($(CONFIG_LPC43_USB0),y)
+ifeq ($(CONFIG_USBDEV),y)
+CHIP_CSRCS += lpc31_usb0dev.c
+endif
+endif
+