Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anton Blanchard and committed by
Sam Ravnborg
ded2e164 4be40e22

+1 -1
+1 -1
Documentation/kbuild/modules.txt
··· 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: