]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure, ppc64: Copy skiboot.lid to build directory when configuring
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 26 Oct 2016 02:18:03 +0000 (13:18 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 27 Oct 2016 22:38:24 +0000 (09:38 +1100)
commit225a9ab8833e5191d180e23a23b8fb381fbaf9c3
tree050cdaedb9f1bb1ef46045761ae115c25b4d34dc
parentbcad45de6a0b5bf10a274872d2e45da3403232da
configure, ppc64: Copy skiboot.lid to build directory when configuring

When configured to compile out of tree, the configure script
copies BIOS blobs to the build directory. However since the PPC64 powernv
machine ROM has .lid extension, it is ignored and "make check" fails
when trying the powernv machine.

This adds *.lid to the list of copied blobs.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
configure