summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 20:58:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 20:58:39 +0000
commit672ebadbf627fdff1a80a628f6320f0376c2be1f (patch)
tree614d4e2272f16363f0041625f860220e1480c982 /nuttx/drivers/mmcsd
parent208da319dbc60ee6dafc78c8b7362409cbd3cb67 (diff)
downloadnuttx-672ebadbf627fdff1a80a628f6320f0376c2be1f.tar.gz
nuttx-672ebadbf627fdff1a80a628f6320f0376c2be1f.tar.bz2
nuttx-672ebadbf627fdff1a80a628f6320f0376c2be1f.zip
A few native window build updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/mmcsd')
-rw-r--r--nuttx/drivers/mmcsd/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/mmcsd/Make.defs b/nuttx/drivers/mmcsd/Make.defs
index 0ba5efb7f..06e689c75 100644
--- a/nuttx/drivers/mmcsd/Make.defs
+++ b/nuttx/drivers/mmcsd/Make.defs
@@ -49,7 +49,7 @@ endif
DEPPATH += --dep-path mmcsd
VPATH += :mmcsd
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/drivers/mmcsd}
+CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)mmcsd}
endif