aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 15:42:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 15:42:12 +0000
commita18d038b814eb0e7abb74ed2ea5a700304919240 (patch)
treeaa3edd7ae5f0bec0381fd40cca39da61909ea36a /nuttx/arch/mips/src
parenta2926f6d12baf162176b782e4559361c589f5844 (diff)
downloadpx4-firmware-a18d038b814eb0e7abb74ed2ea5a700304919240.tar.gz
px4-firmware-a18d038b814eb0e7abb74ed2ea5a700304919240.tar.bz2
px4-firmware-a18d038b814eb0e7abb74ed2ea5a700304919240.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips/src')
-rw-r--r--nuttx/arch/mips/src/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/Makefile b/nuttx/arch/mips/src/Makefile
index 32e760b0f..27c678036 100644
--- a/nuttx/arch/mips/src/Makefile
+++ b/nuttx/arch/mips/src/Makefile
@@ -109,9 +109,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
libarch$(LIBEXT): $(OBJS)
- $(Q) ( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
board/libboard$(LIBEXT):
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT) EXTRADEFINES=$(EXTRADEFINES)