Skip to content

Commit df1f1ea

Browse files
paranleemasahir0y
authored andcommitted
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>
1 parent 083cad7 commit df1f1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Makefile.package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ KBUILD_PKG_ROOTCMD ?="fakeroot -u"
3030
export KDEB_SOURCENAME
3131
# Include only those top-level files that are needed by make, plus the GPL copy
3232
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 \
3535
.config .scmversion Makefile \
3636
Kbuild Kconfig COPYING $(wildcard localversion*)
3737
MKSPEC := $(srctree)/scripts/package/mkspec

0 commit comments

Comments
 (0)