aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afb4663e8..f6991ac4c 100644
--- a/Makefile
+++ b/Makefile
@@ -569,7 +569,7 @@ busybox-all := $(core-y) $(libs-y)
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) \
572 -o $@ -Wl,-M \ 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 \
575 $(LDLIBS) 575 $(LDLIBS)