diff --git a/README.adoc b/README.adoc index 9b0f09e..8652d2b 100644 --- a/README.adoc +++ b/README.adoc @@ -650,7 +650,7 @@ The best solution is to compile just your modules with: 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: