commit | efbf97265f9fc5e1978df6cf0e3df4d5b157f070 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Aug 12 23:49:23 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue Aug 18 20:16:46 2020 +0900 |
tree | 8e3cebd48417c3c6b7241a856a9be941af2dfb8f | |
parent | 1dbcf46d516b3ab9b114ffcb7b8a55ee5e375523 [diff] |
kbuild: remove redundant patterns in filter/filter-out The '%' in filter/filter-out matches to any number of any characters, including empty string. So, '%config' matches to 'config', and '%install' to 'install'. Drop the redundant patterns. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>