commit | 44f87191d105519cdf37fb0d4988006ea04eb34e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon May 03 03:09:55 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu May 06 02:14:38 2021 +0900 |
tree | 9fa769892a63f7591080c25dac8186e4b1bd19dc | |
parent | 23243c1ace9fb4eae2f75e0fe0ece8e3219fb4f3 [diff] |
kbuild: parameterize the .o part of suffix-search The suffix-search macro hard-codes the suffix, '.o'. Make it a parameter so that the multi-search and real-search macros can be reused for foo-dtbs syntax introduced by commit 15d16d6dadf6 ("kbuild: Add generic rule to apply fdtoverlay"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>