summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8encore000zco/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 15:24:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 15:24:27 +0000
commitd08ed91817af907070c3d4f6903e4fecdba8fff7 (patch)
treee089a0cbfabebf99a8eb5e63af89a9c63bf491e4 /nuttx/configs/z8encore000zco/src
parent9309e47377f9d4d2a0c36dc2aa01fcbbaf030941 (diff)
downloadpx4-nuttx-d08ed91817af907070c3d4f6903e4fecdba8fff7.tar.gz
px4-nuttx-d08ed91817af907070c3d4f6903e4fecdba8fff7.tar.bz2
px4-nuttx-d08ed91817af907070c3d4f6903e4fecdba8fff7.zip
z8 configurations will now build in Windows native environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5399 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z8encore000zco/src')
-rw-r--r--nuttx/configs/z8encore000zco/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z8encore000zco/src/Makefile b/nuttx/configs/z8encore000zco/src/Makefile
index 21117dd53..30a4a6285 100644
--- a/nuttx/configs/z8encore000zco/src/Makefile
+++ b/nuttx/configs/z8encore000zco/src/Makefile
@@ -39,7 +39,7 @@ SCHEDSRCDIR = $(TOPDIR)$(DELIM)sched
ARCHSRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
- USRINCLUDES = -usrinc:'.;$(SCHEDSRCDIR);$(ARCHSRCDIR);$(ARCHSRCDIR)\common'
+ USRINCLUDES = -usrinc:".;$(SCHEDSRCDIR);$(ARCHSRCDIR);$(ARCHSRCDIR)\common"
else
WSCHEDSRCDIR = ${shell cygpath -w $(SCHEDSRCDIR)}
WARCHSRCDIR = ${shell cygpath -w $(ARCHSRCDIR)}