kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Sep 2022 18:19:09 +0000 (03:19 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 28 Sep 2022 19:38:57 +0000 (04:38 +0900)
commita3c4d4abaaf0b3fb3335a432fa9b75d414d1f987
treeab282c686fecc9bbe27691a252923ffb174da6da
parented7ceac157c27bdc64e79a3229f5ab6e8899597f
kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package

My future plan is to list subdirectories in ./Kbuild. When it occurs,
$(vmlinux-alldirs) will not contain all subdirectories.

Let's hard-code the directory list until I get around to implementing
a more sophisticated way for generating a source tarball.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Makefile
scripts/Makefile.package