summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
commitbee0c89792d84e0c0d39fbed05a0d8ec654140e5 (patch)
treef2e5472866df6a4093af3717f81fba3db18f255d /nuttx/Makefile
parent0329cc2330adea9d80317f4140cf550161094291 (diff)
downloadpx4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.gz
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.bz2
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.zip
build lpc2148 ostest config
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@928 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index b31afe382..96f7b1f64 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -213,6 +213,9 @@ endif
ifeq ($(CONFIG_INTELHEX_BINARY),y)
@$(OBJCOPY) -O ihex $(TOPDIR)/$@ $(TOPDIR)/$@.ihx
endif
+ifeq ($(CONFIG_RAW_BINARY),y)
+ @$(OBJCOPY) -O binary $(TOPDIR)/$@ $(TOPDIR)/$@.bin
+endif
depend:
@for dir in $(MAKEDIRS) ; do \