summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 10:05:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 10:05:06 -0600
commit1e1b9f831ff18c148d922455d373cb6316515fbc (patch)
tree0fa02320e826d9a4e23a45c16b5d53d99c1a93e7 /nuttx/Makefile.unix
parent43b4d3f4b2989417e6cf21716657019b4446cdda (diff)
downloadpx4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.tar.gz
px4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.tar.bz2
px4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.zip
configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updated
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index 375c240bc..271bc915a 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -660,7 +660,7 @@ 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); \
+ cp -f $(BIN).rr /tftpboot/$(BIN).rr.$(CONFIG_ARCH); \
fi
endif
ifeq ($(CONFIG_INTELHEX_BINARY),y)