summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
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