Home
last modified time | relevance | path

Searched hist:efbf97265f9fc5e1978df6cf0e3df4d5b157f070 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefileefbf97265f9fc5e1978df6cf0e3df4d5b157f070 Wed Aug 12 09:49:23 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>