summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/us7032evb1/src/Makefile')
-rw-r--r--nuttx/configs/us7032evb1/src/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/configs/us7032evb1/src/Makefile b/nuttx/configs/us7032evb1/src/Makefile
index 4ced0ac9e..7bb51b9b2 100644
--- a/nuttx/configs/us7032evb1/src/Makefile
+++ b/nuttx/configs/us7032evb1/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
# configs/us7032evb1/src/Makefile
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008, 2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -57,9 +57,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