summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-06-29 09:39:00 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-06-29 09:39:00 -0500
commit60fd6260b95af92864e0038226b58de78d7fb9a6 (patch)
tree643583cd55e9412c3e4a2e810b5dd83d2d6340c5 /scripts
parent618d5f540f5dc8c702c4bdd6f65fa2455f7fb13e (diff)
downloadkernel-60fd6260b95af92864e0038226b58de78d7fb9a6.tar.gz
kernel-60fd6260b95af92864e0038226b58de78d7fb9a6.tar.xz
kernel-60fd6260b95af92864e0038226b58de78d7fb9a6.zip
Linux v5.7.6 rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_headers_tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_headers_tarball.sh b/scripts/create_headers_tarball.sh
index 9a59f03a5..f9c3cb9c5 100755
--- a/scripts/create_headers_tarball.sh
+++ b/scripts/create_headers_tarball.sh
@@ -40,7 +40,7 @@ fi
# ARCH_LIST below has the default list of supported architectures
# (the architectures names may be different from rpm, you list here the
# names of arch/<arch> directories in the kernel sources)
-ARCH_LIST="arm arm64 powerpc s390 x86"
+ARCH_LIST="arm arm64 powerpc riscv s390 x86"
headers_dir=$(mktemp -d)
trap 'rm -rf "$headers_dir"' SIGHUP SIGINT SIGTERM EXIT