summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/compal_e99/src/Makefile')
-rw-r--r--nuttx/configs/compal_e99/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e99/src/Makefile b/nuttx/configs/compal_e99/src/Makefile
index adaf8b801..915786222 100644
--- a/nuttx/configs/compal_e99/src/Makefile
+++ b/nuttx/configs/compal_e99/src/Makefile
@@ -60,7 +60,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