diff options
author | bellard | 2006-06-14 14:36:32 +0200 |
---|---|---|
committer | bellard | 2006-06-14 14:36:32 +0200 |
commit | 0986ac3be2989f37cec262f3370bac77999a52bf (patch) | |
tree | 510aa68c15c5f5175d68131c01165074be5c8913 /Makefile | |
parent | fixed VBE protected mode calls - added VGA and VBE save restore support (not ... (diff) | |
download | qemu-0986ac3be2989f37cec262f3370bac77999a52bf.tar.gz qemu-0986ac3be2989f37cec262f3370bac77999a52bf.tar.xz qemu-0986ac3be2989f37cec262f3370bac77999a52bf.zip |
use OpenBIOS instead of Proll on sparc (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1960 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ install: all $(if $(BUILD_DOCS),install-doc) $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)" mkdir -p "$(DESTDIR)$(datadir)" for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ - video.x proll.elf linux_boot.bin; do \ + video.x openbios-sparc32 linux_boot.bin; do \ $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ done ifndef CONFIG_WIN32 @@ -149,7 +149,7 @@ tarbin: $(datadir)/vgabios-cirrus.bin \ $(datadir)/ppc_rom.bin \ $(datadir)/video.x \ - $(datadir)/proll.elf \ + $(datadir)/openbios-sparc32 \ $(datadir)/linux_boot.bin \ $(docdir)/qemu-doc.html \ $(docdir)/qemu-tech.html \ |