提交 2872e192 编写于 作者: A Alexander Graf

linux-headers: include psci.h

The kvm headers now have a dependency on psci.h, sync it into our linux
header copy as well.
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 ada82b53
......@@ -61,7 +61,8 @@ done
rm -rf "$output/linux-headers/linux"
mkdir -p "$output/linux-headers/linux"
for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h; do
for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \
psci.h; do
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
done
rm -rf "$output/linux-headers/asm-generic"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册