From 1f9ed02caffb269e5fc6fbdf19fc9ba05a79e628 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Feb 2021 23:09:49 +0100 Subject: trylink: do not drop libs from CONFIG_EXTRA_LDLIBS Signed-off-by: Denys Vlasenko --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17f55dce2..ea182325d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3