summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 21:04:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 21:04:30 +0000
commitda1ae022722331326cbe3880b355ea9166e50de4 (patch)
tree33bc0fd2649b8ea583d975029a6cfcbcbd606047 /nuttx/arch/hc
parent38ef1b734afd1994804529ddbf5d28a8106f089b (diff)
downloadnuttx-da1ae022722331326cbe3880b355ea9166e50de4.tar.gz
nuttx-da1ae022722331326cbe3880b355ea9166e50de4.tar.bz2
nuttx-da1ae022722331326cbe3880b355ea9166e50de4.zip
Change = to += in setting of LDFLAGS in all architecture Makefiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5311 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/hc')
-rw-r--r--nuttx/arch/hc/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/hc/src/Makefile b/nuttx/arch/hc/src/Makefile
index 36fc9bf72..ff19ce6fe 100644
--- a/nuttx/arch/hc/src/Makefile
+++ b/nuttx/arch/hc/src/Makefile
@@ -67,7 +67,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-LDFLAGS = $(ARCHSCRIPT)
+LDFLAGS += $(ARCHSCRIPT)
EXTRA_LIBS ?=
LINKLIBS =