projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a9ddcf
)
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt
author
Michal Suchanek
<
[email protected]
>
Thu, 16 Aug 2018 17:05:55 +0000
(19:05 +0200)
committer
Masahiro Yamada
<
[email protected]
>
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 <
[email protected]
>
Acked-by: Laura Abbott <
[email protected]
>
Signed-off-by: Masahiro Yamada <
[email protected]
>
Documentation/kbuild/makefiles.txt
patch
|
blob
|
history
diff --git
a/Documentation/kbuild/makefiles.txt
b/Documentation/kbuild/makefiles.txt
index 766355b1d2212236c2501835aece0b402d7454ae..7b6a2b2bdc98db2e794a261ff7be17dc3df0ae26 100644
(file)
--- 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
- HOSTL
OADLIBE
S_qconf := -L$(QTDIR)/lib
+ HOSTL
DLIB
S_qconf := -L$(QTDIR)/lib
When linking qconf, it will be passed the extra option
"-L$(QTDIR)/lib".