kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
authorMichal Suchanek <msuchanek@suse.de>
Thu, 16 Aug 2018 17:05:55 +0000 (19:05 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Aug 2018 14:21:42 +0000 (23:21 +0900)
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>
Documentation/kbuild/makefiles.txt

index 766355b..7b6a2b2 100644 (file)
@@ -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".