summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/c5471evm/src/Makefile')
-rw-r--r--nuttx/configs/c5471evm/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/c5471evm/src/Makefile b/nuttx/configs/c5471evm/src/Makefile
index 284bfb91d..42c87ccab 100644
--- a/nuttx/configs/c5471evm/src/Makefile
+++ b/nuttx/configs/c5471evm/src/Makefile
@@ -57,7 +57,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
libboard$(LIBEXT): $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep