From e2e03be65c843ee3c6c7465aaa0a9264c5477558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 22 Jan 2019 00:00:00 +0000 Subject: [PATCH] remove missing references to packages/kernel/modules --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: