summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.package
diff options
context:
space:
mode:
authorParan Lee <p4ranlee@gmail.com>2022-11-24 07:00:44 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-11-24 09:27:57 +0900
commitdf1f1ea9569eef05c006aeae1d65fbf6c2339677 (patch)
treea030e23306f1e0943443f52724e8dd8212a9ec27 /scripts/Makefile.package
parent083cad78042e9eb6d2d727ff561dc6eea36ac9a0 (diff)
downloadlinux-stable-df1f1ea9569eef05c006aeae1d65fbf6c2339677.tar.gz
linux-stable-df1f1ea9569eef05c006aeae1d65fbf6c2339677.tar.bz2
linux-stable-df1f1ea9569eef05c006aeae1d65fbf6c2339677.zip
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>
Diffstat (limited to 'scripts/Makefile.package')
-rw-r--r--scripts/Makefile.package4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.package b/scripts/Makefile.package
index 8bbcced67c22..2a90139ecbe1 100644
--- a/scripts/Makefile.package
+++ b/scripts/Makefile.package
@@ -30,8 +30,8 @@ KBUILD_PKG_ROOTCMD ?="fakeroot -u"
export KDEB_SOURCENAME
# Include only those top-level files that are needed by make, plus the GPL copy
TAR_CONTENT := Documentation LICENSES arch block certs crypto drivers fs \
- include init io_uring ipc kernel lib mm net samples scripts \
- security sound tools usr virt \
+ include init io_uring ipc kernel lib mm net rust \
+ samples scripts security sound tools usr virt \
.config .scmversion Makefile \
Kbuild Kconfig COPYING $(wildcard localversion*)
MKSPEC := $(srctree)/scripts/package/mkspec