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)
commit8451791d1ff0fd229e3f5ef267a32423f5b5540f
treefb5ea5a090179496b5e5b805b5fb75cb484561ad
parent121c2a137767df5f9f301795e7d3757d1af04b21
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