Skip to content

Commit

Permalink
kbuild: small documentation fix in Documentation/kbuild/modules.txt
Browse files Browse the repository at this point in the history
The Makefile fragment in Documentation/kbuild/modules.txt looks to be
missing some braces.

Signed-off-by: Anton Blanchard <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
antonblanchard authored and sravnborg committed May 2, 2007
1 parent 4be40e2 commit ded2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/kbuild/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ded2e16

Please sign in to comment.