]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef41cb4175b87cec24d26063db0a5190d10cf24c
treeab282c686fecc9bbe27691a252923ffb174da6da
parent4aa91928153c4e817d23f7e8548f8925c7cd336d
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