summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200kitg/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 23:22:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 23:22:38 +0000
commit38e599c580d418182a6fc4101686843ff0ae4e18 (patch)
treea7c63a4de855be32b42693ae154f516a22d183dc /nuttx/configs/ez80f910200kitg/src
parent3689d913ceb2bb52b808e0e5598e83bcfdd88134 (diff)
downloadpx4-nuttx-38e599c580d418182a6fc4101686843ff0ae4e18.tar.gz
px4-nuttx-38e599c580d418182a6fc4101686843ff0ae4e18.tar.bz2
px4-nuttx-38e599c580d418182a6fc4101686843ff0ae4e18.zip
A few more fixes for ez80 Windows Native build (still not enough)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5381 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200kitg/src')
-rw-r--r--nuttx/configs/ez80f910200kitg/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200kitg/src/Makefile b/nuttx/configs/ez80f910200kitg/src/Makefile
index 12c39824e..f023e1418 100644
--- a/nuttx/configs/ez80f910200kitg/src/Makefile
+++ b/nuttx/configs/ez80f910200kitg/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)}