diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-09 10:40:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-07-12 15:25:54 +0200 |
commit | b45667760753a1fbc956547189a9edd0049630e5 (patch) | |
tree | 4b5224d1f05c6e584ef20e6d314e37506dc1e1b2 /roms/config.vga.stdvga | |
parent | 92336855975805d88c7979f53bc05c2d47abab04 (diff) | |
download | hqemu-b45667760753a1fbc956547189a9edd0049630e5.zip hqemu-b45667760753a1fbc956547189a9edd0049630e5.tar.gz |
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 <kraxel@redhat.com>
Diffstat (limited to 'roms/config.vga.stdvga')
-rw-r--r-- | roms/config.vga.stdvga | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/config.vga.stdvga b/roms/config.vga.stdvga new file mode 100644 index 0000000..7d063b7 --- /dev/null +++ b/roms/config.vga.stdvga @@ -0,0 +1,3 @@ +CONFIG_BUILD_VGABIOS=y +CONFIG_VGA_BOCHS=y +CONFIG_VGA_PCI=y |