commit | b39a691617e4a7ba83bb33386e09206e60261a22 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Dec 11 21:01:53 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 17 00:33:42 2018 +0900 |
tree | 78e84edacc9083dbf9cc1b9db76665d5192fd267 | |
parent | 7d0e5c2056c70ff443188b6e603b6254af1304cc [diff] |
kbuild: remove redundant quiet_modtag for $(obj-m) All objects in $(obj-m) are contained in $(real-obj-m) as well. It is true composite objects are only contained in $(obj-m), but [M] is hard-coded in quiet_cmd_link_multi-m. This line is redundant. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>