kbuild: do not sort after reading modules.order
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 11 Dec 2022 09:49:18 +0000 (18:49 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 13 Dec 2022 13:28:58 +0000 (22:28 +0900)
commita5db80c65dbf9144de155f8a0f08becc9c307db0
treeaea4bf5656eccf5fffd116a69fa5d1e95c2bc81a
parentfccb3d3eda8d19b893e1fd18e8c70b78784b2a72
kbuild: do not sort after reading modules.order

modules.order lists modules in the deterministic order (that is why
"modules order"), and there is no duplication in the list.

$(sort ) is pointless.

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