]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: make module name conflict fatal error
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 11 May 2020 04:21:49 +0000 (13:21 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 25 May 2020 15:03:16 +0000 (00:03 +0900)
commit4c4a0b06b9df0e65726ccbbccce6a1661c7b347f
treefb5ea5a090179496b5e5b805b5fb75cb484561ad
parentcbc3f11198505fb0337c99d248a119b75907f1ab
kbuild: make module name conflict fatal error

I think all the warnings have been fixed by now. Make it a fatal error.

Check it before modpost because we need to stop building *.ko files.
Also, pass modules.order via a script parameter.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/modules-check.sh