summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/Makefile')
-rw-r--r--nuttx/arch/sh/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/Makefile b/nuttx/arch/sh/src/Makefile
index 3423b63f4..4a6f3eb9c 100644
--- a/nuttx/arch/sh/src/Makefile
+++ b/nuttx/arch/sh/src/Makefile
@@ -51,7 +51,7 @@ SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
LDFLAGS = $(ARCHSCRIPT)
-EXTRA_LIBS =
+EXTRA_LIBS ?=
LINKLIBS =
LDPATHES = $(addprefix -L$(TOPDIR)/,$(dir $(LINKLIBS)))