From: Han Cheng <hc0606@xxxxxxxxx> The example directories arch is not consistent with the kbuild, fix it. Signed-off-by: Han Cheng <hc0606@xxxxxxxxx> --- Documentation/kbuild/modules.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index 3fb39e0..8312f07 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt @@ -355,9 +355,9 @@ according to the following rule: |__ src | |__ complex_main.c | |__ hal - | |__ hardwareif.c - | |__ include - | |__ hardwareif.h + | |__ hardwareif.c + | |__ include + | |__ hardwareif.h |__ include |__ complex.h -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html