All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin
@ 2014-01-06 12:54 Peter Lieven
  2014-01-06 13:12 ` Peter Maydell
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Lieven @ 2014-01-06 12:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Lieven, kraxel

Commit bcf2b7d introduced new 256k seabios files. However,
they were not installed.

Signed-off-by: Peter Lieven <pl@kamp.de>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bdff4e4..807054b 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,7 @@ common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr \
 bepo    cz
 
 ifdef INSTALL_BLOBS
-BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
 vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \
 acpi-dsdt.aml q35-acpi-dsdt.aml \
 ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin \
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-06 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 12:54 [Qemu-devel] [PATCH] Makefile: properly install bios-256k.bin Peter Lieven
2014-01-06 13:12 ` Peter Maydell
2014-01-06 13:17   ` Peter Lieven
2014-01-06 13:17     ` Peter Maydell
2014-01-06 13:22       ` Peter Lieven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.