]> Git Repo - qemu.git/blobdiff - scripts/update-linux-headers.sh
target-arm: Add arm_boot_info secure_boot control
[qemu.git] / scripts / update-linux-headers.sh
index 120a694313f488334f9156c4a7972832c167f26d..c8e026d37e31f16cd116d5f1bceb09f5656ba610 100755 (executable)
@@ -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"
This page took 0.022764 seconds and 4 git commands to generate.