aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-01-15 23:17:12 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-01-15 23:17:12 +0100
commit07114f0a322613a1c3f2838df54916fdac4d8691 (patch)
treef37f49e3b53c0161251052ad4c19e75ba99d3dd2 /nuttx/configs/px4fmu
parent854c6436b4e3b292fd04843795d0369dc8856783 (diff)
downloadpx4-firmware-07114f0a322613a1c3f2838df54916fdac4d8691.tar.gz
px4-firmware-07114f0a322613a1c3f2838df54916fdac4d8691.tar.bz2
px4-firmware-07114f0a322613a1c3f2838df54916fdac4d8691.zip
Windows build fix attempt
Diffstat (limited to 'nuttx/configs/px4fmu')
-rw-r--r--nuttx/configs/px4fmu/common/Make.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/px4fmu/common/Make.defs b/nuttx/configs/px4fmu/common/Make.defs
index 52c00cd5a..756286ccb 100644
--- a/nuttx/configs/px4fmu/common/Make.defs
+++ b/nuttx/configs/px4fmu/common/Make.defs
@@ -79,7 +79,7 @@ LDSCRIPT = ld.script
ifeq ($(WINTOOL),y)
# Windows-native toolchains
- DIRLINK = $(TOPDIR)/tools/winlink.sh
+ DIRLINK = $(TOPDIR)/tools/copydir.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
@@ -88,7 +88,7 @@ ifeq ($(WINTOOL),y)
else
ifeq ($(PX4_WINTOOL),y)
# Windows-native toolchains (MSYS)
- DIRLINK = $(TOPDIR)/tools/winlink.sh
+ DIRLINK = $(TOPDIR)/tools/copydir.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include