]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.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, 2 Sep 2021 23:17:19 +0000 (08:17 +0900)
commit6796e80409b9031458e33dc39a3ac8aa3b93855b
treea41568b3062e43015f3a01a58f4cbea33a36be24
parent55a6d00ed0c1b4d20d7966d00fda6848d776658d
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