Commit ded2e1640ffaee26c054a42e5210c1086fb1d8eb

Authored by Anton Blanchard
Committed by Sam Ravnborg
1 parent 4be40e2223

kbuild: small documentation fix in Documentation/kbuild/modules.txt

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/kbuild/modules.txt
... ... @@ -249,7 +249,7 @@
249 249 --> filename: Makefile
250 250 KERNELDIR := /lib/modules/`uname -r`/build
251 251 all::
252   - $(MAKE) -C $KERNELDIR M=`pwd` $@
  252 + $(MAKE) -C $(KERNELDIR) M=`pwd` $@
253 253  
254 254 # Module specific targets
255 255 genbin: