]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:56:56 +0000 (14:56 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 12:50:46 +0000 (21:50 +0900)
commitf3908ab3ffd92c77af1bad7f699b8a1c14f462bf
tree8e6a8b0d596606507d0c60e601a265943fcf77bd
parent0a8820e7f807158670d3400974b20691cd8774d9
kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}

Remove lib-target, builtin-target, modorder-target, and modtargets.

Instead, add targets-for-builtin and targets-for-modules.

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