aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 17:44:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 17:44:14 +0000
commitb665308a8704df02b7f40d03646cb3ad650e5995 (patch)
tree5d0480e13686df861c95a3155b04cfc1bab704e6 /nuttx/Makefile.win
parent90b0f6d2bcdf292f0cbb681f223149e43f767ae6 (diff)
downloadpx4-firmware-b665308a8704df02b7f40d03646cb3ad650e5995.tar.gz
px4-firmware-b665308a8704df02b7f40d03646cb3ad650e5995.tar.bz2
px4-firmware-b665308a8704df02b7f40d03646cb3ad650e5995.zip
Update for ez80 Windows native build (still does not work)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
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