* [Qemu-devel] [4244] Copy Sparc64 firmware when installing (Herv?\195?\169 Poussineau)
@ 2008-04-23 19:38 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-04-23 19:38 UTC (permalink / raw)
To: qemu-devel
Revision: 4244
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4244
Author: blueswir1
Date: 2008-04-23 19:38:07 +0000 (Wed, 23 Apr 2008)
Log Message:
-----------
Copy Sparc64 firmware when installing (Herv?\195?\169 Poussineau)
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-04-23 17:12:35 UTC (rev 4243)
+++ trunk/Makefile 2008-04-23 19:38:07 UTC (rev 4244)
@@ -200,7 +200,7 @@
endif
mkdir -p "$(DESTDIR)$(datadir)"
set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
- video.x openbios-sparc32 pxe-ne2k_pci.bin \
+ video.x openbios-sparc32 openbios-sparc64 pxe-ne2k_pci.bin \
pxe-rtl8139.bin pxe-pcnet.bin; do \
$(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
done
@@ -302,6 +302,7 @@
$(datadir)/ppc_rom.bin \
$(datadir)/video.x \
$(datadir)/openbios-sparc32 \
+ $(datadir)/openbios-sparc64 \
$(datadir)/pxe-ne2k_pci.bin \
$(datadir)/pxe-rtl8139.bin \
$(datadir)/pxe-pcnet.bin \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-23 19:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 19:38 [Qemu-devel] [4244] Copy Sparc64 firmware when installing (Herv?\195?\169 Poussineau) Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).