aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 1e0a55aea..cbce639e7 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -196,9 +196,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep