浏览代码

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>
Anton Blanchard 18 年之前
父节点
当前提交
ded2e1640f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/kbuild/modules.txt

+ 1 - 1
Documentation/kbuild/modules.txt

@@ -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: