aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-08 23:08:12 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-08 23:08:12 -0400
commitc781293122c6875b6d66a04d80f7fb62b11a6735 (patch)
treeb3a487121857b7b513f6e457d3f6c4a5a1c204f5 /Makefile
parent35192dda4c789c7bdaf78d5c84b1bd8b57bd319b (diff)
downloadseabios-c781293122c6875b6d66a04d80f7fb62b11a6735.tar.gz
Enhance e820 memory map generation.
Build e820 maps at post time; just copy the pre-built ones at runtime. Add support for populating memory and map info from coreboot.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e5fa6b5..ccf03858 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OUT=out/
# Source files
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
+SRC32=$(SRCBOTH) post.c shadow.c rombios32.c post_menu.c memmap.c coreboot.c
TABLESRC=font.c cbt.c floppy_dbt.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \