]> Git Repo - qemu.git/commitdiff
configure, ppc64: Copy skiboot.lid to build directory when configuring
authorAlexey Kardashevskiy <[email protected]>
Wed, 26 Oct 2016 02:18:03 +0000 (13:18 +1100)
committerDavid Gibson <[email protected]>
Thu, 27 Oct 2016 22:38:24 +0000 (09:38 +1100)
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 <[email protected]>
Signed-off-by: David Gibson <[email protected]>
configure

index 8e100596077db665dcd3b21ccb14d6a9f5bf7cfb..7b8e77f45bc907f9487bb8ff3da375339ea56482 100755 (executable)
--- a/configure
+++ b/configure
@@ -6131,6 +6131,7 @@ FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
 FILES="$FILES pc-bios/qemu-icon.bmp"
 for bios_file in \
     $source_path/pc-bios/*.bin \
+    $source_path/pc-bios/*.lid \
     $source_path/pc-bios/*.aml \
     $source_path/pc-bios/*.rom \
     $source_path/pc-bios/*.dtb \
This page took 0.037168 seconds and 4 git commands to generate.