aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cad651b2..2dced88e4 100644
--- a/Makefile
+++ b/Makefile
@@ -568,7 +568,7 @@ busybox-all := $(core-y) $(libs-y)
568# Rule to link busybox - also used during CONFIG_KALLSYMS 568# Rule to link busybox - also used during CONFIG_KALLSYMS
569# May be overridden by arch/$(ARCH)/Makefile 569# May be overridden by arch/$(ARCH)/Makefile
570quiet_cmd_busybox__ ?= LINK $@ 570quiet_cmd_busybox__ ?= LINK $@
571 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \ 571 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) $(EXTRA_LDFLAGS) \
572 -o $@ -Wl,-Map -Wl,$@.map \ 572 -o $@ -Wl,-Map -Wl,$@.map \
573 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \ 573 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
574 -Wl,--start-group $(busybox-all) -Wl,--end-group \ 574 -Wl,--start-group $(busybox-all) -Wl,--end-group \