Link to kernel docs
This commit is contained in:
parent
0b971533b1
commit
cd15ea0d55
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -11,6 +11,8 @@
|
||||||
#
|
#
|
||||||
# This build is highly sensitive to compiler version, and requires the system gcc
|
# This build is highly sensitive to compiler version, and requires the system gcc
|
||||||
# to be the same version as the gcc that built the current kernel.
|
# to be the same version as the gcc that built the current kernel.
|
||||||
|
#
|
||||||
|
# For more info, see: https://www.kernel.org/doc/html/latest/kbuild/modules.html
|
||||||
|
|
||||||
obj-m = demo_module.o
|
obj-m = demo_module.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue