remove missing references to packages/kernel/modules

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 6ef779209e
commit e2e03be65c

View File

@@ -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: