summaryrefslogtreecommitdiff
path: root/apps/system/ramtron
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/ramtron')
-rw-r--r--apps/system/ramtron/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index 030ef6d5c..cb771a9cc 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -2,6 +2,7 @@
# apps/system/ramtron/Makefile
#
# Copyright (C) 2011 Uros Platise. All rights reserved.
+# Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Author: Uros Platise <uros.platise@isotel.eu>
# Gregory Nutt <gnutt@nuttx.org>
#
@@ -83,9 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $(BIN), $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
@touch .built
# Register application