Skip to content

Commit

Permalink
kbuild/Documentation: Incorrect makefile syntax in example
Browse files Browse the repository at this point in the history
There is an error in the make syntax for one of the kbuild examples

Signed-off-by: David VomLehn <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
David VomLehn authored and sravnborg committed Jun 9, 2009
1 parent 2d51005 commit 3e56f08
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 @@ -275,7 +275,7 @@ following files:

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 3e56f08

Please sign in to comment.