mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
remove missing references to packages/kernel/modules
This commit is contained in:
@@ -650,7 +650,7 @@ The best solution is to compile just your modules with:
|
|||||||
which is equivalent to:
|
which is equivalent to:
|
||||||
|
|
||||||
....
|
....
|
||||||
./build-modules --host -- packages/kernel/modules/hello.c packages/kernel/modules/hello2.c
|
./build-modules --host -- kernel_modules/hello.c kernel_modules/hello2.c
|
||||||
....
|
....
|
||||||
|
|
||||||
Or just remove the `.c` extension from the failing files and try again:
|
Or just remove the `.c` extension from the failing files and try again:
|
||||||
|
|||||||
Reference in New Issue
Block a user