summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index 5cb6aa353..6257dbdc8 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -49,7 +49,7 @@ endif
# This define is passed as EXTRADEFINES for kernel-mode builds. It is also passed
# during PASS1 (but not PASS2) context and depend targets.
-KDEFINE = -D__KERNEL__
+KDEFINE = ${shell $(TOPDIR)\tools\define.bat "$(CC)" __KERNEL__}
# Process architecture and board-specific directories