]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Makefile
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)
commit1a998be620a10000c1e1240026e4bd6bc3378c96
tree43b11c0ce0134689314cb40e03b361d0bfa730e5
parent3ac42b2112532a71125eea6bb07361deeca9aaa1
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