]> 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)
commita9d3bdc81687e8bb255c0677a88f52dd23b96f45
tree7c1a601fc622a83bcfbc0606d2baf4379affb53d
parent062b4c7bb142db79d18a6e54cd5b46b10e513cda
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