summaryrefslogtreecommitdiff
path: root/nuttx/configs/ekk-lm3s9b96/nsh/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ekk-lm3s9b96/nsh/Make.defs')
-rw-r--r--nuttx/configs/ekk-lm3s9b96/nsh/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ekk-lm3s9b96/nsh/Make.defs b/nuttx/configs/ekk-lm3s9b96/nsh/Make.defs
index 930c50d2b..5735a5e07 100644
--- a/nuttx/configs/ekk-lm3s9b96/nsh/Make.defs
+++ b/nuttx/configs/ekk-lm3s9b96/nsh/Make.defs
@@ -40,7 +40,7 @@ include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
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}"