From cd15ea0d55cafa2e28205b4bb8a4d00d7f27190e Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Jun 2024 15:12:23 +0200 Subject: [PATCH] Link to kernel docs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 30ba1be..a080c80 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ # # 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. +# +# For more info, see: https://www.kernel.org/doc/html/latest/kbuild/modules.html obj-m = demo_module.o