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 fe1995fd0..83c796119 100644
--- a/nuttx/arch/8051/src/Makefile
+++ b/nuttx/arch/8051/src/Makefile
@@ -72,7 +72,7 @@ BOARDDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src/board
IRAM_SIZE = 0x100
DEF_STACK_BASE = 0x24
-LDFLAGS = --model-large --nostdlib \
+LDFLAGS += --model-large --nostdlib \
--data-loc $(DEF_STACK_BASE) --iram-size $(IRAM_SIZE) \
--code-loc 0x2100 --code-size 0x5f40 \
--xram-loc $(IRAM_SIZE) --xram-size 0x1f00