2d958b2a33
Fix ppc build (k0da) and clean up firmware refactoring OBS-URL: https://build.opensuse.org/request/show/202641 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=165
23 lines
666 B
Diff
23 lines
666 B
Diff
From 2bf9e17dc9b16ed6094ba923479b5dc38f549141 Mon Sep 17 00:00:00 2001
|
|
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Wed, 2 Oct 2013 17:51:46 +0200
|
|
Subject: [PATCH] roms: Build vgabios.bin
|
|
|
|
---
|
|
roms/Makefile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/roms/Makefile b/roms/Makefile
|
|
index 7a228ae..bbf21a9 100644
|
|
--- a/roms/Makefile
|
|
+++ b/roms/Makefile
|
|
@@ -50,6 +50,8 @@ seavgabios-%: config.vga.%
|
|
cp seabios/out/vgabios.bin ../pc-bios/vgabios-$*.bin
|
|
|
|
lgplvgabios: $(patsubst %,lgplvgabios-%,$(vgabios_variants))
|
|
+ make -C vgabios vgabios.bin
|
|
+ cp vgabios/VGABIOS-lgpl-latest.bin ../pc-bios/vgabios.bin
|
|
|
|
lgplvgabios-%:
|
|
make -C vgabios vgabios-$*.bin
|