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 7ec8c9f80..300898396 100644
--- a/nuttx/arch/sh/src/Makefile
+++ b/nuttx/arch/sh/src/Makefile
@@ -50,7 +50,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-LDFLAGS = $(ARCHSCRIPT)
+LDFLAGS += $(ARCHSCRIPT)
EXTRA_LIBS ?=
LINKLIBS =