summaryrefslogtreecommitdiff
path: root/nuttx/syscall
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/syscall')
-rw-r--r--nuttx/syscall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/syscall/Makefile b/nuttx/syscall/Makefile
index 0de895cde..a21eb04ee 100644
--- a/nuttx/syscall/Makefile
+++ b/nuttx/syscall/Makefile
@@ -72,7 +72,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN1): $(PROXY_OBJS)
- $(call ARCHIVE, $@, "$(PROXY_OBJS)")
+ $(call ARCHIVE, $@, $(PROXY_OBJS))
$(BIN2): $(STUB_OBJS)
$(call ARCHIVE, $@, "$(STUB_OBJS)")