diff options
author | Michal Suchanek <msuchanek@suse.de> | 2018-08-16 13:05:55 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-22 10:21:42 -0400 |
commit | c86b1f934215796b2a8e74b76eed733d104e21fc (patch) | |
tree | 435803700aa4a94377377cf2fd5bbe8c387ae04c | |
parent | 9a9ddcf478319bff313837ca235c557d16133b3d (diff) |
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | Documentation/kbuild/makefiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index 766355b1d221..7b6a2b2bdc98 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt | |||
@@ -680,7 +680,7 @@ Both possibilities are described in the following. | |||
680 | 680 | ||
681 | Example: | 681 | Example: |
682 | #scripts/kconfig/Makefile | 682 | #scripts/kconfig/Makefile |
683 | HOSTLOADLIBES_qconf := -L$(QTDIR)/lib | 683 | HOSTLDLIBS_qconf := -L$(QTDIR)/lib |
684 | 684 | ||
685 | When linking qconf, it will be passed the extra option | 685 | When linking qconf, it will be passed the extra option |
686 | "-L$(QTDIR)/lib". | 686 | "-L$(QTDIR)/lib". |