summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 20:59:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-14 20:59:36 +0000
commit6a52576d5c4bc8aebed7f6ac5ab2b7d716350506 (patch)
tree08623da25bc74fbbe42a87fd0da3726efcbe974a /nuttx/Makefile.win
parent0cc81559c174c954df29d22f6960ecf85a4aa4e0 (diff)
downloadpx4-nuttx-6a52576d5c4bc8aebed7f6ac5ab2b7d716350506.tar.gz
px4-nuttx-6a52576d5c4bc8aebed7f6ac5ab2b7d716350506.tar.bz2
px4-nuttx-6a52576d5c4bc8aebed7f6ac5ab2b7d716350506.zip
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win10
1 files changed, 2 insertions, 8 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index 7da6e8e9c..c3c80cd10 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -457,8 +457,8 @@ clean_context:
# configuration files have been installed and that NuttX is ready to be built.
check_context:
- if not exist $(TOPDIR)\.config echo "$(TOPDIR)\.config does not exist"
- if not exist $(TOPDIR)\Make.defs echo "$(TOPDIR)\Make.defs does not exist"
+ $(Q) if not exist $(TOPDIR)\.config echo "$(TOPDIR)\.config does not exist"
+ $(Q) if not exist $(TOPDIR)\Make.defs echo "$(TOPDIR)\Make.defs does not exist"
# Archive targets. The target build sequency will first create a series of
# libraries, one per configured source file directory. The final NuttX
@@ -594,15 +594,9 @@ pass2deps: pass2dep $(NUTTXLIBS)
pass2: pass2deps
$(Q) $(MAKE) -C $(ARCH_SRC) TOPDIR="$(TOPDIR)" EXTRA_OBJS="$(EXTRA_OBJS)" LINKLIBS="$(LINKLIBS)" EXTRADEFINES=$(KDEFINE) $(BIN)
- $(Q) if [ -w \tftpboot ] ; then \
- cp -f $(BIN) \tftpboot\$(BIN).${CONFIG_ARCH}; \
- fi
ifeq ($(CONFIG_RRLOAD_BINARY),y)
@echo "MK: $(BIN).rr"
$(Q) $(TOPDIR)\tools\mkimage.sh --Prefix $(CROSSDEV) $(BIN) $(BIN).rr
- $(Q) if [ -w \tftpboot ] ; then \
- cp -f $(BIN).rr \tftpboot\$\(BIN).rr.$(CONFIG_ARCH); \
- fi
endif
ifeq ($(CONFIG_INTELHEX_BINARY),y)
@echo "CP: $(BIN).hex"