summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nxconsole/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nxconsole/Make.defs')
-rw-r--r--nuttx/configs/stm3210e-eval/nxconsole/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/nxconsole/Make.defs b/nuttx/configs/stm3210e-eval/nxconsole/Make.defs
index 730545d3f..6076214c6 100644
--- a/nuttx/configs/stm3210e-eval/nxconsole/Make.defs
+++ b/nuttx/configs/stm3210e-eval/nxconsole/Make.defs
@@ -45,7 +45,7 @@ endif
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}"