commit | 436b2ac603d58504f38041a0cd8adb5aeace992b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon Jun 01 14:57:12 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Jun 06 23:38:12 2020 +0900 |
tree | 2c150062375bf949ddfe8cd1623e9cfc143fb969 | |
parent | 269a535ca931b754a40dda3ab60514e68773c759 [diff] |
modpost: invoke modpost only when input files are updated Currently, the second pass of modpost is always invoked when you run 'make' or 'make modules' even if none of modules is changed. Use if_changed to invoke it only when it is necessary. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>