summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378/nsh/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc2378/nsh/Make.defs')
-rw-r--r--nuttx/configs/olimex-lpc2378/nsh/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc2378/nsh/Make.defs b/nuttx/configs/olimex-lpc2378/nsh/Make.defs
index a7fce92f4..b21261fd6 100644
--- a/nuttx/configs/olimex-lpc2378/nsh/Make.defs
+++ b/nuttx/configs/olimex-lpc2378/nsh/Make.defs
@@ -44,7 +44,7 @@ include ${TOPDIR}/arch/arm/src/arm/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}"