summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
commit5462062fb673e26e07678b8c5087888eb405898e (patch)
tree53782348e54c1375c15d5e4debc78f6c222dc42f /nuttx/Makefile
parent5aeb65d929bd040544288fcf253f768cb4339b19 (diff)
downloadnuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.gz
nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.bz2
nuttx-5462062fb673e26e07678b8c5087888eb405898e.zip
Adding support for the z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 087a1c2bd..b7e9047f3 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -33,7 +33,7 @@
#
############################################################
-TOPDIR = ${shell pwd}
+TOPDIR := ${shell pwd | sed -e 's/ /\\ /g'}
-include ${TOPDIR}/.config
-include ${TOPDIR}/Make.defs