]> 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)
commitc55e965724d2fdeeb3e8c8a45416154c1ca5aef6
tree219ef58e2a0cc12fda0168a0036ad2dea7d0660b
parent169a8c0e2ed9553f68f4d28e1b3d1d072702bb50
kbuild: fix typo in modpost

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