summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/winbuild/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/winbuild/Make.defs')
-rw-r--r--nuttx/configs/stm32f4discovery/winbuild/Make.defs5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/winbuild/Make.defs b/nuttx/configs/stm32f4discovery/winbuild/Make.defs
index bb78f35aa..75051da51 100644
--- a/nuttx/configs/stm32f4discovery/winbuild/Make.defs
+++ b/nuttx/configs/stm32f4discovery/winbuild/Make.defs
@@ -81,7 +81,6 @@ LDSCRIPT = ld.script
# Windows-native toolchains
-MKDEP = $(TOPDIR)/tools/mkdeps.bat
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)
@@ -137,3 +136,7 @@ HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
HOSTLDFLAGS =
HOSTEXEEXT = .exe
+# Windows-native host tools
+
+MKDEP = $(TOPDIR)/tools/mkdeps.exe
+