kbuild: fix typo in modpost
authorWill McVicker <willmcvicker@google.com>
Tue, 25 Oct 2022 20:17:44 +0000 (13:17 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 27 Oct 2022 15:19:40 +0000 (00:19 +0900)
commit3b1e0dd2dc8a280b1e89c0df6d38cd28768575a5
tree219ef58e2a0cc12fda0168a0036ad2dea7d0660b
parent114ff6fe6cfbe81659f9e517d0b25f53db5dfc5d
kbuild: fix typo in modpost

Commit f73edc8951b2 ("kbuild: unify two modpost invocations") introduced
a typo (moudle.symvers-if-present) which results in the kernel's
Module.symvers to not be included as a prerequisite for
$(KBUILD_EXTMOD)/Module.symvers. Fix the typo to restore the intended
functionality.

Fixes: f73edc8951b2 ("kbuild: unify two modpost invocations")
Signed-off-by: Will McVicker <willmcvicker@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.modpost