Add riscv to create_headers_tarball.sh (needed for kernel-headers)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
61da5462ab
commit
6afa6a1d1d
@ -39,7 +39,7 @@ fi
|
|||||||
# ARCH_LIST below has the default list of supported architectures
|
# ARCH_LIST below has the default list of supported architectures
|
||||||
# (the architectures names may be different from rpm, you list here the
|
# (the architectures names may be different from rpm, you list here the
|
||||||
# names of arch/<arch> directories in the kernel sources)
|
# names of arch/<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)
|
headers_dir=$(mktemp -d)
|
||||||
trap 'rm -rf "$headers_dir"' SIGHUP SIGINT SIGTERM EXIT
|
trap 'rm -rf "$headers_dir"' SIGHUP SIGINT SIGTERM EXIT
|
||||||
|
Loading…
Reference in New Issue
Block a user