]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: macrofy the condition of if_changed and friends
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 13 Aug 2021 06:30:04 +0000 (15:30 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 19 Aug 2021 00:38:51 +0000 (09:38 +0900)
commitaafdcacc72e6223654e207c4d78d045a9419c4d4
tree162f1bda03d44e6796e5cf377c6e99f99a794209
parent2b1d7fc054677a29abad15b3b32dad93df6eb9cf
kbuild: macrofy the condition of if_changed and friends

Add a new macro that expands into $(newer-prereqs)$(cmd-check).

It makes it easier to add common code for if_changed, if_changed_dep,
and if_changed_rule.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Kbuild.include