diff options
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/nds32/config.mk b/arch/nds32/config.mk index c5520fd8d83..12cec368d3b 100644 --- a/arch/nds32/config.mk +++ b/arch/nds32/config.mk @@ -12,8 +12,8 @@ ifeq ($(CROSS_COMPILE),) CROSS_COMPILE := nds32le-linux- endif -CONFIG_STANDALONE_LOAD_ADDR = 0x300000 \ - -T $(srctree)/examples/standalone/nds32.lds +CONFIG_STANDALONE_LOAD_ADDR = 0x300000 +LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds PLATFORM_RELFLAGS += -fno-common -mrelax PLATFORM_RELFLAGS += -gdwarf-2 |