summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/ostest/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/ostest/Make.defs')
-rw-r--r--nuttx/configs/stm32f4discovery/ostest/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/ostest/Make.defs b/nuttx/configs/stm32f4discovery/ostest/Make.defs
index 480529117..7b807abdb 100644
--- a/nuttx/configs/stm32f4discovery/ostest/Make.defs
+++ b/nuttx/configs/stm32f4discovery/ostest/Make.defs
@@ -112,7 +112,7 @@ endif
ifeq ($(WINTOOL),y)
# Windows-native host tools
- DIRLINK = $(TOPDIR)/tools/winlink.sh
+ DIRLINK = $(TOPDIR)/tools/copydir.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
else