]> git.ipfire.org Git - thirdparty/linux.git/commit
kbuild: refactor single builds of *.ko
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Aug 2022 02:39:50 +0000 (11:39 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 28 Sep 2022 19:40:15 +0000 (04:40 +0900)
commitf110e5a250e3c5db417e094b3dd86f1c135291ca
tree7c1a601fc622a83bcfbc0606d2baf4379affb53d
parentf75a03340c2c2eea772e4d59412135021afea493
kbuild: refactor single builds of *.ko

Remove the potentially invalid modules.order instead of using
the temporary file.

Also, KBUILD_MODULES is don't care for single builds. No need to
cancel it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile