We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083cad7 commit df1f1eaCopy full SHA for df1f1ea
scripts/Makefile.package
@@ -30,8 +30,8 @@ KBUILD_PKG_ROOTCMD ?="fakeroot -u"
30
export KDEB_SOURCENAME
31
# Include only those top-level files that are needed by make, plus the GPL copy
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 \
+ include init io_uring ipc kernel lib mm net rust \
+ samples scripts security sound tools usr virt \
35
.config .scmversion Makefile \
36
Kbuild Kconfig COPYING $(wildcard localversion*)
37
MKSPEC := $(srctree)/scripts/package/mkspec
0 commit comments