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:
6246b61
)
kbuild: fix garbled text in modules.txt
author
Brian Gerst
<bgerst@didntduck.org>
Sat, 25 Mar 2006 19:48:37 +0000
(14:48 -0500)
committer
Sam Ravnborg
<sam@mars.ravnborg.org>
Tue, 4 Apr 2006 13:28:21 +0000
(15:28 +0200)
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/kbuild/modules.txt
patch
|
blob
|
history
diff --git
a/Documentation/kbuild/modules.txt
b/Documentation/kbuild/modules.txt
index fcccf2432f98ff48d8d87b040c92e9ab5a8ef01a..61fc079eb9661a7bd5eff33bc11e05e437734cc9 100644
(file)
--- a/
Documentation/kbuild/modules.txt
+++ b/
Documentation/kbuild/modules.txt
@@
-44,7
+44,7
@@
What is covered within this file is mainly information to authors
of modules. The author of an external modules should supply
a makefile that hides most of the complexity so one only has to type
'make' to build the module. A complete example will be present in
-chapter
ยค.
Creating a kbuild file for an external module".
+chapter
4, "
Creating a kbuild file for an external module".
=== 2. How to build external modules