From: Michal Suchanek Date: Thu, 16 Aug 2018 17:05:55 +0000 (+0200) Subject: kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt X-Git-Tag: v4.19-rc1~11^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c86b1f934215796b2a8e74b76eed733d104e21fc;p=thirdparty%2Fkernel%2Flinux.git kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS") Signed-off-by: Michal Suchanek Acked-by: Laura Abbott Signed-off-by: Masahiro Yamada --- diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index 766355b1d2212..7b6a2b2bdc98d 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -680,7 +680,7 @@ Both possibilities are described in the following. Example: #scripts/kconfig/Makefile - HOSTLOADLIBES_qconf := -L$(QTDIR)/lib + HOSTLDLIBS_qconf := -L$(QTDIR)/lib When linking qconf, it will be passed the extra option "-L$(QTDIR)/lib".