| commit | 28ab576ba8de934ee3145b6d75119f016de567cb | [log] [tgz] |
|---|---|---|
| author | Masahiro Yamada <masahiroy@kernel.org> | Sun Aug 02 22:54:40 2020 +0900 |
| committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Aug 02 23:09:16 2020 +0900 |
| tree | f9e01017c9db66d22b45f1f183fbe8f858478fd2 | |
| parent | ccf56e5fe3d208883cd6db982197eac9b70a0bf9 [diff] |
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
The same code exists a few lines above.
Fixes: 436b2ac603d5 ("modpost: invoke modpost only when input files are updated")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>