summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 22:20:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 22:20:51 +0000
commit5634082c7a9357bf6f68be7411d18c11eb40437a (patch)
treeab42e33a8451f06fee3ffad81bdc2f438b8e7398 /nuttx/binfmt/Makefile
parentf44c80d64924b5796a547d2d4e787591da58726d (diff)
downloadnuttx-5634082c7a9357bf6f68be7411d18c11eb40437a.tar.gz
nuttx-5634082c7a9357bf6f68be7411d18c11eb40437a.tar.bz2
nuttx-5634082c7a9357bf6f68be7411d18c11eb40437a.zip
Fixes for compilation with ez80
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1898 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/Makefile')
-rw-r--r--nuttx/binfmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/Makefile b/nuttx/binfmt/Makefile
index 015981d4e..589964c86 100644
--- a/nuttx/binfmt/Makefile
+++ b/nuttx/binfmt/Makefile
@@ -35,7 +35,7 @@
-include $(TOPDIR)/Make.defs
-CFLAGS += -I$(TOPDIR)/sched
+CFLAGS += ${shell $(TOPDIR)/tools/incdir.sh "$(CC)" $(TOPDIR)/sched}
ifeq ($(CONFIG_NXFLAT),y)
include libnxflat/Make.defs