aboutsummaryrefslogtreecommitdiff
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
commit5bba2c1508aa4e318de64cbaee58a12876745a97 (patch)
tree08623da25bc74fbbe42a87fd0da3726efcbe974a /nuttx/Makefile.win
parent2afceac48734c888931e4b824a62fcfd0e4f5ad8 (diff)
downloadpx4-firmware-5bba2c1508aa4e318de64cbaee58a12876745a97.tar.gz
px4-firmware-5bba2c1508aa4e318de64cbaee58a12876745a97.tar.bz2
px4-firmware-5bba2c1508aa4e318de64cbaee58a12876745a97.zip
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: http://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"