scripts: add arch specific standard-headers
Copy arch specific virtio headers. ATM this applies to s390 only. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
cbbe4f50a0
commit
44fb1dd4ce
@ -87,6 +87,8 @@ for arch in $ARCHLIST; do
|
|||||||
if [ $arch = powerpc ]; then
|
if [ $arch = powerpc ]; then
|
||||||
cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/"
|
cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cp_virtio "$tmpdir/include/asm" "$output/include/standard-headers/asm-$arch"
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -rf "$output/linux-headers/linux"
|
rm -rf "$output/linux-headers/linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user