diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-23 23:09:49 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-23 23:09:49 +0100 |
commit | 1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 (patch) | |
tree | d846fe38e4c83d85f922b01f9e728da320ce30db /Makefile | |
parent | e880c9c100028e6b0e805d4637139c67aea83748 (diff) | |
download | busybox-1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628.tar.gz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -612,6 +612,7 @@ quiet_cmd_busybox__ ?= LINK $@ "$(core-y)" \ "$(libs-y)" \ "$(LDLIBS)" \ + "$(CONFIG_EXTRA_LDLIBS)" \ && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h # Generate System.map |