From: David VomLehn Date: Sun, 31 May 2009 01:13:32 +0000 (-0700) Subject: kbuild/Documentation: Incorrect makefile syntax in example X-Git-Tag: 2.1b_release~12419^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e56f08bffe9e3e2b936eb73bd51d8800d1b42c2;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git kbuild/Documentation: Incorrect makefile syntax in example There is an error in the make syntax for one of the kbuild examples Signed-off-by: David VomLehn Signed-off-by: Sam Ravnborg --- diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index b1096da..0767cf6 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt @@ -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: