mirror of https://gitee.com/openkylin/qemu.git
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
|
||||
cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/"
|
||||
fi
|
||||
|
||||
cp_virtio "$tmpdir/include/asm" "$output/include/standard-headers/asm-$arch"
|
||||
done
|
||||
|
||||
rm -rf "$output/linux-headers/linux"
|
||||
|
|
Loading…
Reference in New Issue