Revisión | b1b9e0dc78a8e98704c2ff255b3b18aed44e8d78 (tree) |
---|---|
Tiempo | 2019-05-21 23:56:30 |
Autor | Cornelia Huck <cohuck@redh...> |
Commiter | Cornelia Huck |
update-linux-headers: handle new header file
We need to copy sve_context.h for aarch64.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
@@ -122,6 +122,9 @@ for arch in $ARCHLIST; do | ||
122 | 122 | cp "$tmpdir/include/asm/unistd-oabi.h" "$output/linux-headers/asm-arm/" |
123 | 123 | cp "$tmpdir/include/asm/unistd-common.h" "$output/linux-headers/asm-arm/" |
124 | 124 | fi |
125 | + if [ $arch = arm64 ]; then | |
126 | + cp "$tmpdir/include/asm/sve_context.h" "$output/linux-headers/asm-arm64/" | |
127 | + fi | |
125 | 128 | if [ $arch = x86 ]; then |
126 | 129 | cp "$tmpdir/include/asm/unistd_32.h" "$output/linux-headers/asm-x86/" |
127 | 130 | cp "$tmpdir/include/asm/unistd_x32.h" "$output/linux-headers/asm-x86/" |