提交 3e56f08b 编写于 作者: D David VomLehn 提交者: Sam Ravnborg

kbuild/Documentation: Incorrect makefile syntax in example

There is an error in the make syntax for one of the kbuild examples
Signed-off-by: NDavid VomLehn <dvomlehn@cisco.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 2d51005c
...@@ -275,7 +275,7 @@ following files: ...@@ -275,7 +275,7 @@ following files:
KERNELDIR := /lib/modules/`uname -r`/build KERNELDIR := /lib/modules/`uname -r`/build
all:: all::
$(MAKE) -C $KERNELDIR M=`pwd` $@ $(MAKE) -C $(KERNELDIR) M=`pwd` $@
# Module specific targets # Module specific targets
genbin: genbin:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册