aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-02-23 23:09:49 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2021-02-23 23:09:49 +0100
commit1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 (patch)
treed846fe38e4c83d85f922b01f9e728da320ce30db /Makefile
parente880c9c100028e6b0e805d4637139c67aea83748 (diff)
downloadbusybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.tar.gz
busybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.tar.bz2
busybox-w32-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.zip
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17f55dce2..ea182325d 100644
--- a/Makefile
+++ b/Makefile
@@ -612,6 +612,7 @@ quiet_cmd_busybox__ ?= LINK $@
612 "$(core-y)" \ 612 "$(core-y)" \
613 "$(libs-y)" \ 613 "$(libs-y)" \
614 "$(LDLIBS)" \ 614 "$(LDLIBS)" \
615 "$(CONFIG_EXTRA_LDLIBS)" \
615 && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h 616 && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h
616 617
617# Generate System.map 618# Generate System.map