summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/rgmp/src/Makefile')
-rw-r--r--nuttx/arch/rgmp/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/rgmp/src/Makefile b/nuttx/arch/rgmp/src/Makefile
index 4df7a9ce6..7650a0a94 100644
--- a/nuttx/arch/rgmp/src/Makefile
+++ b/nuttx/arch/rgmp/src/Makefile
@@ -70,7 +70,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c
# The architecture-specific library
libarch$(LIBEXT): $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
# Generate the final NuttX binary by linking the host-specific objects with the NuttX
# specific objects (with munged names)