diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-08-17 11:11:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-08-17 11:11:07 -0400 |
commit | cbffa8ed98f0e87d7c926594fe73f6e56e86da5f (patch) | |
tree | 050b7c3075dab750c57947de6b0e2d406a681234 /Makefile | |
parent | cde7a58def4231f26d1dd53909067a143fa9eaab (diff) | |
download | seabios-hppa-cbffa8ed98f0e87d7c926594fe73f6e56e86da5f.zip seabios-hppa-cbffa8ed98f0e87d7c926594fe73f6e56e86da5f.tar.gz seabios-hppa-cbffa8ed98f0e87d7c926594fe73f6e56e86da5f.tar.bz2 |
Add stubs for VIA vga bios callbacks to system bios.
The VIA vga bios likes wants to call int 15/5f of main bios. So, add
stubs to make it happy.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ OUT=out/ # Source files SRCBOTH=output.c util.c floppy.c ata.c system.c mouse.c kbd.c pci.c \ serial.c clock.c pic.c cdrom.c ps2port.c -SRC16=$(SRCBOTH) disk.c apm.c pcibios.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 pirtable.c smm.c smpdetect.c mptable.c smbios.c pciinit.c TABLESRC=font.c cbt.c floppy_dbt.c |