summaryrefslogtreecommitdiff
path: root/misc/pascal/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/pascal/nuttx/Makefile')
-rw-r--r--misc/pascal/nuttx/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/pascal/nuttx/Makefile b/misc/pascal/nuttx/Makefile
index aa041eb23..cfabb1424 100644
--- a/misc/pascal/nuttx/Makefile
+++ b/misc/pascal/nuttx/Makefile
@@ -33,10 +33,15 @@
#
############################################################################
-PCODEDIR := ${shell pwd | sed -e 's/ /\\ /g'}
-
-include $(TOPDIR)/Make.defs
include $(APPDIR)$(DELIM)Make.defs
+DELIM ?= $(strip /)
+
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+ PCODEDIR := ${shell echo %CD%}
+else
+ PCODEDIR := ${shell pwd | sed -e 's/ /\\ /g'}
+endif
# Default tools