提交 44fb1dd4 编写于 作者: M Michael S. Tsirkin

scripts: add arch specific standard-headers

Copy arch specific virtio headers.
ATM this applies to s390 only.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 cbbe4f50
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册