diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
570 | quiet_cmd_busybox__ ?= LINK $@ | 570 | quiet_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 \ |