aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-12 22:16:35 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-12 22:16:35 -0400
commitd25810a024ef7f790686c09ec3178be64b95e072 (patch)
tree7b4bbbd835d7adb9db23b219cc6729e43f8d5519 /Makefile
parentd8a1811d26589f03c01d169dadc1967c59625f8d (diff)
downloadseabios-d25810a024ef7f790686c09ec3178be64b95e072.tar.gz
Generate PIR table at post time.
Move the predefined PIR table (only useful on emulators) to its own file - pirtable.c. Have the pcibios code inspect the pre-built PIR table on 1ab10e calls.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13921089..b89170dd 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ OUT=out/
SRCBOTH=output.c util.c floppy.c ata.c kbd.c pci.c boot.c serial.c clock.c
SRC16=$(SRCBOTH) disk.c system.c mouse.c cdrom.c apm.c pcibios.c
SRC32=$(SRCBOTH) post.c shadow.c rombios32.c post_menu.c memmap.c coreboot.c \
- acpi.c
+ acpi.c pirtable.c
TABLESRC=font.c cbt.c floppy_dbt.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \