提交 ded2e164 编写于 作者: A Anton Blanchard 提交者: Sam Ravnborg

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: NAnton Blanchard <anton@samba.org>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 4be40e22
......@@ -249,7 +249,7 @@ following files:
--> filename: Makefile
KERNELDIR := /lib/modules/`uname -r`/build
all::
$(MAKE) -C $KERNELDIR M=`pwd` $@
$(MAKE) -C $(KERNELDIR) M=`pwd` $@
# Module specific targets
genbin:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册