aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild/modules.txt
diff options
context:
space:
mode:
authorDavid VomLehn <dvomlehn@cisco.com>2009-05-30 18:13:32 -0700
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 22:37:45 +0200
commit3e56f08bffe9e3e2b936eb73bd51d8800d1b42c2 (patch)
treebaf13bd6098aa098b3e23b4d3689504cdd0818ea /Documentation/kbuild/modules.txt
parentkbuild: allow docproc invocation from external (diff)
downloadlinux-dev-3e56f08bffe9e3e2b936eb73bd51d8800d1b42c2.tar.xz
linux-dev-3e56f08bffe9e3e2b936eb73bd51d8800d1b42c2.zip
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 <dvomlehn@cisco.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/kbuild/modules.txt')
-rw-r--r--Documentation/kbuild/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index b1096da953c8..0767cf69c69e 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: