aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-01-04 21:48:22 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-01-04 21:48:22 -0500
commit7061eb6aa6adc19f965d01509483c67a201c8b35 (patch)
tree9064b1470fdddcc823ae90fb254bc7650f8ee661 /Makefile
parent0234cd90be8805b1951b4411de81314d27518eea (diff)
downloadseabios-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c1b516e..a6473d73 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \