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 ddc8b25e6..71ebf8f4a 100644
--- a/Makefile
+++ b/Makefile
@@ -563,7 +563,7 @@ busybox-all := $(core-y) $(libs-y)
563# May be overridden by arch/$(ARCH)/Makefile 563# May be overridden by arch/$(ARCH)/Makefile
564quiet_cmd_busybox__ ?= LINK $@ 564quiet_cmd_busybox__ ?= LINK $@
565 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \ 565 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
566 -o $@ \ 566 -o $@ -Wl,-M \
567 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \ 567 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
568 -Wl,--start-group $(busybox-all) -Wl,--end-group 568 -Wl,--start-group $(busybox-all) -Wl,--end-group
569 569