kbuild: re-run modpost when it is updated
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 15 Sep 2022 06:26:23 +0000 (15:26 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 28 Sep 2022 21:08:18 +0000 (06:08 +0900)
commit425937381ec492d454cd4d8ba594711331128a44
tree580fdf08e7ab9382f968386bcae626b0df7be2e7
parentf73edc8951b2de515b5ecc8a357ccd47dd41077e
kbuild: re-run modpost when it is updated

Modpost generates .vmlinux.export.c and *.mod.c, which are prerequisites
of vmlinux and modules, respectively.

The modpost stage should be re-run when the modpost code is updated.

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