aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-07-19 18:52:46 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-07-19 18:52:46 -0400
commit22e1b91ea88b2d7ebdf9f0fc90ca1d90fbe25225 (patch)
treed79993697b829e288a52b469dae484b4f15fa8ac /Makefile
parent0775070d50fde278fe8e40e6fcbcfea3286791f1 (diff)
downloadseabios-22e1b91ea88b2d7ebdf9f0fc90ca1d90fbe25225.tar.gz
Expand int155f "vgahook" detection.
Verify VGA card vendor is via before supporting via 155f calls. Add support for future code depending on coreboot board id. Add code for via VX855 memory size and speed detection.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2978105b..41e6514d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ OUT=out/
# Source files
SRCBOTH=output.c util.c floppy.c ata.c misc.c mouse.c kbd.c pci.c \
serial.c clock.c pic.c cdrom.c ps2port.c smp.c resume.c \
- pnpbios.c pirtable.c
-SRC16=$(SRCBOTH) system.c disk.c apm.c pcibios.c vgahooks.c font.c
+ pnpbios.c pirtable.c vgahooks.c
+SRC16=$(SRCBOTH) system.c disk.c apm.c pcibios.c font.c
SRC32=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \
acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \
lzmadecode.c