summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 16:20:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 16:20:18 +0000
commit87bf23596937f76ca7910cfd01d84e7b7226ec62 (patch)
treeed7aa5d74929fef1ce1cdca15feeea71f0da5222 /nuttx/drivers/Makefile
parent4261a7a4b966c391b88c4e9c6b9df4141ae93430 (diff)
downloadnuttx-87bf23596937f76ca7910cfd01d84e7b7226ec62.tar.gz
nuttx-87bf23596937f76ca7910cfd01d84e7b7226ec62.tar.bz2
nuttx-87bf23596937f76ca7910cfd01d84e7b7226ec62.zip
Building environment for USB storage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1061 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/Makefile')
-rw-r--r--nuttx/drivers/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile
index 846a4208b..70f10d19d 100644
--- a/nuttx/drivers/Makefile
+++ b/nuttx/drivers/Makefile
@@ -45,12 +45,14 @@ ifeq ($(CONFIG_USBDEV),y)
include usbdev/Make.defs
ROOTDEPPATH = --dep-path .
USBDEVDEPPATH = --dep-path usbdev
+CFLAGS += -I$(TOPDIR)/drivers/usbdev
endif
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
include mmcsd/Make.defs
ROOTDEPPATH = --dep-path .
MMCSDDEPPATH = --dep-path mmcsd
+CFLAGS += -I$(TOPDIR)/drivers/mmcsd
endif
ASRCS = $(NET_ASRCS) $(USBDEV_ASRCS) $(MMCSD_ASRCS)