Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c86b1f93 authored by Michal Suchanek's avatar Michal Suchanek Committed by Masahiro Yamada
Browse files

kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt



Fixes: 8377bd2b ("kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS")
Signed-off-by: default avatarMichal Suchanek <msuchanek@suse.de>
Acked-by: default avatarLaura Abbott <labbott@redhat.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9a9ddcf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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".