summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src/Makefile')
-rw-r--r--nuttx/arch/x86/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/x86/src/Makefile b/nuttx/arch/x86/src/Makefile
index 7ee92e838..19193709c 100644
--- a/nuttx/arch/x86/src/Makefile
+++ b/nuttx/arch/x86/src/Makefile
@@ -131,7 +131,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
libarch$(LIBEXT): $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
board/libboard$(LIBEXT):
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT) EXTRADEFINES=$(EXTRADEFINES)