summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-06-29 17:27:55 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-06-29 17:28:50 +0200
commit01e1c5521b2c1c4074cd83cd4e4c4604309ce518 (patch)
tree785c395f42dcd8cb13db2a49263980b26e85ff8c /scripts
parentc1ca5fbfa21dd0253db964da7bd89733fcf2bfe3 (diff)
parent0a70f564a052c491b12770d1218a2d8dd8b71924 (diff)
downloadkernel-01e1c5521b2c1c4074cd83cd4e4c4604309ce518.tar.gz
kernel-01e1c5521b2c1c4074cd83cd4e4c4604309ce518.tar.xz
kernel-01e1c5521b2c1c4074cd83cd4e4c4604309ce518.zip
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