Message ID | 20180816170555.21623-1-msuchanek@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt | expand |
On 08/16/2018 10:05 AM, Michal Suchanek wrote: > Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to > KBUILD_HOSTLDLIBS") > > Signed-off-by: Michal Suchanek <msuchanek@suse.de> Acked-by: Laura Abbott <labbott@redhat.com> > --- > Documentation/kbuild/makefiles.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > > 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". >
2018-08-17 4:23 GMT+09:00 Laura Abbott <labbott@redhat.com>: > On 08/16/2018 10:05 AM, Michal Suchanek wrote: >> >> Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to >> KBUILD_HOSTLDLIBS") >> >> Signed-off-by: Michal Suchanek <msuchanek@suse.de> > > > Acked-by: Laura Abbott <labbott@redhat.com> Applied to linux-kbuild. Thanks! > >> --- >> Documentation/kbuild/makefiles.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> 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. >> 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". >> >
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. 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".
Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS") Signed-off-by: Michal Suchanek <msuchanek@suse.de> --- Documentation/kbuild/makefiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)