summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 23:54:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 23:54:13 +0000
commit074aac21225594a28e8a03540859a11d91152a9f (patch)
treef7404511855674fe0b78e278680732edc576d034 /nuttx/arch/sim
parenteecfa549d1a8deca62340eb10848dd8e6d505436 (diff)
downloadpx4-nuttx-074aac21225594a28e8a03540859a11d91152a9f.tar.gz
px4-nuttx-074aac21225594a28e8a03540859a11d91152a9f.tar.bz2
px4-nuttx-074aac21225594a28e8a03540859a11d91152a9f.zip
Export make target now produces a .zip file by default
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3778 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim')
-rw-r--r--nuttx/arch/sim/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index 397a2d84a..11f99afd2 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -108,7 +108,7 @@ LDPATHS = $(addprefix -L$(TOPDIR)/,$(dir $(LINKLIBS)))
LDLIBS = $(patsubst lib%,-l%,$(basename $(notdir $(LINKLIBS))))
all: up_head$(OBJEXT) libarch$(LIBEXT)
-.PHONY: clean distclean cleanrel depend
+.PHONY: export_head clean distclean cleanrel depend
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)