summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
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/binfmt
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/binfmt')
-rw-r--r--nuttx/binfmt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/binfmt/Makefile b/nuttx/binfmt/Makefile
index a59392fb0..317d4a422 100644
--- a/nuttx/binfmt/Makefile
+++ b/nuttx/binfmt/Makefile
@@ -38,7 +38,7 @@
ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/sched}
+CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)sched}
# Basic BINFMT source files
@@ -58,8 +58,8 @@ VPATH =
SUBDIRS =
DEPPATH = --dep-path .
-include libnxflat/Make.defs
-include libelf/Make.defs
+include libnxflat$(DELIM)Make.defs
+include libelf$(DELIM)Make.defs
BINFMT_AOBJS = $(BINFMT_ASRCS:.S=$(OBJEXT))
BINFMT_COBJS = $(BINFMT_CSRCS:.c=$(OBJEXT))