commit | 1a998be620a10000c1e1240026e4bd6bc3378c96 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Mar 31 22:38:05 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Apr 25 05:22:42 2021 +0900 |
tree | 43b11c0ce0134689314cb40e03b361d0bfa730e5 | |
parent | 3ac42b2112532a71125eea6bb07361deeca9aaa1 [diff] |
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>