]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit509be0656753d343cb1ba6c6e110ed3eb22694a6
tree219ef58e2a0cc12fda0168a0036ad2dea7d0660b
parentc8ab9960dea59c1bf1cbd61880868c7c23969504
kbuild: fix typo in modpost

Commit a97c17e7d53b ("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: a97c17e7d53b ("kbuild: unify two modpost invocations")
Signed-off-by: Will McVicker <willmcvicker@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.modpost