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:
4be40e2
)
kbuild: small documentation fix in Documentation/kbuild/modules.txt
author
Anton Blanchard
<anton@samba.org>
Tue, 20 Mar 2007 14:47:47 +0000
(09:47 -0500)
committer
Sam Ravnborg
<sam@ravnborg.org>
Wed, 2 May 2007 18:58:09 +0000
(20:58 +0200)
The Makefile fragment in Documentation/kbuild/modules.txt looks to be
missing some braces.
Signed-off-by: Anton Blanchard <anton@samba.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 769ee05ee4d1f6da279386c2325ff5f80e322570..1d247d59ad56fd57254c3bc5ec5e8c7b3291ed58 100644
(file)
--- a/
Documentation/kbuild/modules.txt
+++ b/
Documentation/kbuild/modules.txt
@@
-249,7
+249,7
@@
following files:
--> filename: Makefile
KERNELDIR := /lib/modules/`uname -r`/build
all::
- $(MAKE) -C $
KERNELDIR
M=`pwd` $@
+ $(MAKE) -C $
(KERNELDIR)
M=`pwd` $@
# Module specific targets
genbin: