diff --git a/scripts/create_headers_tarball.sh b/scripts/create_headers_tarball.sh index 9d43548df..93d563ea4 100755 --- a/scripts/create_headers_tarball.sh +++ b/scripts/create_headers_tarball.sh @@ -39,7 +39,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/ directories in the kernel sources) -ARCH_LIST="arm arm64 powerpc s390 x86" +ARCH_LIST="arm arm64 powerpc s390 x86 riscv" headers_dir=$(mktemp -d) trap 'rm -rf "$headers_dir"' SIGHUP SIGINT SIGTERM EXIT