Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment