summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
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
commitfb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff (patch)
treeaa3edd7ae5f0bec0381fd40cca39da61909ea36a /nuttx/configs/lm3s6965-ek
parentf7a2c6b5546366aa69a5fe9a44e6df2bcfa4a793 (diff)
downloadnuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.tar.gz
nuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.tar.bz2
nuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rw-r--r--nuttx/configs/lm3s6965-ek/src/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/Makefile b/nuttx/configs/lm3s6965-ek/src/Makefile
index 90833fc31..2e560c004 100644
--- a/nuttx/configs/lm3s6965-ek/src/Makefile
+++ b/nuttx/configs/lm3s6965-ek/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
# configs/lm3s6965-ek/src/Makefile
#
-# Copyright (C) 2010 Gregory Nutt. All rights reserved.
+# Copyright (C) 2010, 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -70,9 +70,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
libboard$(LIBEXT): $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep