Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts: add rust in scripts/Makefile.package

Add rust argument at TAR_CONTENT in
scripts/Makefile.package script with alphabetical order.

Signed-off-by: Paran Lee <p4ranlee@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Paran Lee and committed by
Masahiro Yamada
df1f1ea9 083cad78

+2 -2
+2 -2
scripts/Makefile.package
··· 30 30 export KDEB_SOURCENAME 31 31 # Include only those top-level files that are needed by make, plus the GPL copy 32 32 TAR_CONTENT := Documentation LICENSES arch block certs crypto drivers fs \ 33 - include init io_uring ipc kernel lib mm net samples scripts \ 34 - security sound tools usr virt \ 33 + include init io_uring ipc kernel lib mm net rust \ 34 + samples scripts security sound tools usr virt \ 35 35 .config .scmversion Makefile \ 36 36 Kbuild Kconfig COPYING $(wildcard localversion*) 37 37 MKSPEC := $(srctree)/scripts/package/mkspec