]> www.infradead.org Git - users/dwmw2/linux.git/commit
kbuild: use 'output' variable to create the output directory
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Nov 2024 01:34:32 +0000 (10:34 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 00:38:27 +0000 (09:38 +0900)
commitd17113601909eb43c29cbb3449fd49db427ff6be
tree90c03f68b00b2dd09a8ef881abd0ab9f4242d51c
parent5ea172165400e6efaa88989c837d2077c49161d8
kbuild: use 'output' variable to create the output directory

$(KBUILD_OUTPUT) specifies the output directory of kernel builds.

Use a more generic name, 'output', to better reflect this code hunk in
the context of external module builds.

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