summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/winbuild
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 00:38:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 00:38:59 +0000
commit5e9f367866ccbca32109ea4356c74539557993f5 (patch)
tree52e5f1dca94711649e55aa614e2be4ecbbda9f86 /nuttx/configs/stm32f4discovery/winbuild
parent333b9449c02c242229449e8a35023d740f2e93f7 (diff)
downloadpx4-nuttx-5e9f367866ccbca32109ea4356c74539557993f5.tar.gz
px4-nuttx-5e9f367866ccbca32109ea4356c74539557993f5.tar.bz2
px4-nuttx-5e9f367866ccbca32109ea4356c74539557993f5.zip
Add tools/mkdeps.bat and tools/mkdeps.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5342 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery/winbuild')
-rw-r--r--nuttx/configs/stm32f4discovery/winbuild/Make.defs2
-rwxr-xr-xnuttx/configs/stm32f4discovery/winbuild/setenv.bat2
2 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/winbuild/Make.defs b/nuttx/configs/stm32f4discovery/winbuild/Make.defs
index 083704454..426611f8e 100644
--- a/nuttx/configs/stm32f4discovery/winbuild/Make.defs
+++ b/nuttx/configs/stm32f4discovery/winbuild/Make.defs
@@ -81,7 +81,7 @@ LDSCRIPT = ld.script
# Windows-native toolchains
-MKDEP = $(TOPDIR)/tools/mknulldeps.sh
+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)
diff --git a/nuttx/configs/stm32f4discovery/winbuild/setenv.bat b/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
index e2196a90a..1d4a95f3a 100755
--- a/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
+++ b/nuttx/configs/stm32f4discovery/winbuild/setenv.bat
@@ -1,3 +1,5 @@
+@echo off
+
rem configs/stm32f4discovery/winbuild/setenv.sh
rem
rem Copyright (C) 2012 Gregory Nutt. All rights reserved.