From b45667760753a1fbc956547189a9edd0049630e5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 9 Feb 2012 10:40:31 +0100 Subject: Add vgabios build rules to roms/Makefile This patch adds some glue to roms/Makefile to build vgabios binaries for qemu. It covers both the lgpl'ed vgabios implementation used by qemu traditionally and the new seabios implementation. The purpose of this patch is to (a) document the vgabios build process and (b) simplify seavgabios testing for those who want to play with it. Signed-off-by: Gerd Hoffmann --- roms/config.vga.cirrus | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roms/config.vga.cirrus (limited to 'roms/config.vga.cirrus') diff --git a/roms/config.vga.cirrus b/roms/config.vga.cirrus new file mode 100644 index 0000000000..c8fe58239f --- /dev/null +++ b/roms/config.vga.cirrus @@ -0,0 +1,3 @@ +CONFIG_BUILD_VGABIOS=y +CONFIG_VGA_CIRRUS=y +CONFIG_VGA_PCI=y -- cgit v1.2.1