]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: check module name conflict for external modules as well
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:05 +0000 (22:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 7 Apr 2021 13:12:26 +0000 (22:12 +0900)
commitafd16418b5e3903d397b3eabab6572541fab814f
tree43b11c0ce0134689314cb40e03b361d0bfa730e5
parent515045ed86cb4cf46012b6fca8e85e382b99ebf1
kbuild: check module name conflict for external modules as well

If there are multiple modules with the same name in the same external
module tree, there is ambiguity about which one will be loaded, and
very likely something odd is happening.

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