summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 22:11:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-08 22:11:00 +0000
commitbc228da3552108f199206f573e463165afede3b3 (patch)
tree5f76a05ae462b77f1a2d48a76fce3782bc66cadd /nuttx/configs
parenteae911d362e30de8ae5e196842ffc3b9fd851e67 (diff)
downloadpx4-nuttx-bc228da3552108f199206f573e463165afede3b3.tar.gz
px4-nuttx-bc228da3552108f199206f573e463165afede3b3.tar.bz2
px4-nuttx-bc228da3552108f199206f573e463165afede3b3.zip
Add logic for environments that can't use soft links
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@530 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/z16f2800100zcog/Make.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/z16f2800100zcog/Make.defs b/nuttx/configs/z16f2800100zcog/Make.defs
index e9f7342b7..ee7a692ce 100644
--- a/nuttx/configs/z16f2800100zcog/Make.defs
+++ b/nuttx/configs/z16f2800100zcog/Make.defs
@@ -129,6 +129,11 @@ endef
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
+# ZNeo-II cannot follow Cygwin soft links, so we will have to use directory copies
+
+DIRLINK = $(TOPDIR)/tools/winlink.sh
+DIRUNLINK = $(TOPDIR)/tools/unlink.sh
+
# Linux/Cygwin host tool definitions
HOSTCC = gcc