diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-01-04 21:48:22 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-01-04 21:48:22 -0500 |
commit | 7061eb6aa6adc19f965d01509483c67a201c8b35 (patch) | |
tree | 9064b1470fdddcc823ae90fb254bc7650f8ee661 /Makefile | |
parent | 0234cd90be8805b1951b4411de81314d27518eea (diff) | |
download | seabios-7061eb6aa6adc19f965d01509483c67a201c8b35.tar.gz |
Initial KVM support.
Add some of the enhancements KVM has to their bochs bios tree. This
is only partial support for KVM - some features still do not work
correctly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ SRCBOTH=output.c util.c floppy.c ata.c system.c mouse.c kbd.c pci.c \ pnpbios.c pirtable.c SRC16=$(SRCBOTH) disk.c apm.c pcibios.c vgahooks.c SRC32=$(SRCBOTH) post.c shadow.c post_menu.c memmap.c coreboot.c boot.c \ - acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c + acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c TABLESRC=font.c cbt.c floppy_dbt.c cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \ |