]> git.baikalelectronics.ru Git - kernel.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>
Sat, 24 Apr 2021 20:22:42 +0000 (05:22 +0900)
commitdfea4c1a5d87cc8a65b41cb74ef0a0e115caad8a
tree43b11c0ce0134689314cb40e03b361d0bfa730e5
parent49ae6cc8d4fafdc85b21fad93c5b4b02898990a6
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