summaryrefslogtreecommitdiff
path: root/nuttx/arch/dm320
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-22 20:40:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-22 20:40:10 +0000
commit170ec8f545ce2ea7928a00e112ffc70b0f0a5281 (patch)
tree2110e607a492ffc23adc598dea9ecb594113412a /nuttx/arch/dm320
parenta63045942bc5bc4ce3c7ce813f8b3361dba79d68 (diff)
downloadpx4-nuttx-170ec8f545ce2ea7928a00e112ffc70b0f0a5281.tar.gz
px4-nuttx-170ec8f545ce2ea7928a00e112ffc70b0f0a5281.tar.bz2
px4-nuttx-170ec8f545ce2ea7928a00e112ffc70b0f0a5281.zip
Misc changes to good c5471 build on Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@183 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/dm320')
-rw-r--r--nuttx/arch/dm320/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/dm320/src/Makefile b/nuttx/arch/dm320/src/Makefile
index 702d57951..80f73d15d 100644
--- a/nuttx/arch/dm320/src/Makefile
+++ b/nuttx/arch/dm320/src/Makefile
@@ -96,7 +96,7 @@ nuttx: $(LINKOBJS) board/libboard$(LIBEXT)
mv $(TOPDIR)/$@.flashimage $(TOPDIR)/$@; \
fi
ifeq ($(CONFIG_RRLOAD_BINARY),y)
- @$(TOPDIR)/tools/mkimage.sh $(TOPDIR)/$@ $(TOPDIR)/$@.rr
+ @$(TOPDIR)/tools/mkimage.sh --Prefix $(CROSSDEV) $(TOPDIR)/$@ $(TOPDIR)/$@.rr
@if [ -w /tftpboot ] ; then \
cp -f $(TOPDIR)/$@.rr /tftpboot/$@.rr.${CONFIG_ARCH}; \
fi