kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Nov 2024 01:34:34 +0000 (10:34 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:11:55 +0000 (08:11 +0900)
commitbad6beb2c0bb982b830f592a7b3e3eee76cbb85a
treeb58b20e3dd516e25ace8d56089ae462111b32758
parent13b25489b6f8bd73ed65f07928f7c27a481f1820
kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables

With the previous changes, $(extmod_prefix), $(MODORDER), and
$(MODULES_NSDEPS) are constant. (empty, modules.order, and
modules.nsdeps, respectively).

Remove these variables and hard-code their values.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Makefile
scripts/Makefile.modfinal
scripts/Makefile.modinst
scripts/Makefile.modpost
scripts/nsdeps