]> git.baikalelectronics.ru Git - kernel.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)
commit9dc90593de8f6a227d76d77a7f730afd743db181
tree7c1a601fc622a83bcfbc0606d2baf4379affb53d
parentd675927870ec18b0416d71010903d9c4c2aefdab
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