summaryrefslogtreecommitdiff
path: root/nuttx/arch/8051/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/8051/src/Makefile')
-rw-r--r--nuttx/arch/8051/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/8051/src/Makefile b/nuttx/arch/8051/src/Makefile
index f228b4697..0f1b1b857 100644
--- a/nuttx/arch/8051/src/Makefile
+++ b/nuttx/arch/8051/src/Makefile
@@ -148,7 +148,7 @@ up_mem.h: pass1.mem
# Combine all objects in this directory into a library
libarch$(LIBEXT): up_mem.h $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
# This is a kludge to work around some conflicting symbols in libsdcc.liXqueb