Commit 3e56f08b authored by David VomLehn's avatar David VomLehn Committed by 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: default avatarDavid VomLehn <dvomlehn@cisco.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment