aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-08 13:48:06 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-08 13:48:06 -0400
commitda4a6482c94dbae35064be24cd71f1b22de6d50c (patch)
tree0f4eedfeec0be5e7b0b6095f52bc81a4d49702fc /Makefile
parentb3c28be1815ad846dbb04de359a84545b8db76fe (diff)
downloadseabios-da4a6482c94dbae35064be24cd71f1b22de6d50c.tar.gz
Separate out ram shadow code and permit more code to write to bios.
Extract shadow code from rombios32.c to its own file - shadow.c. Reorg post.c so that shadow enable happens early and ram lock happens late in boot process. Also, improve some comments in post.c and reorg code slightly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c465120b..7e5fa6b5 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 rombios32.c post_menu.c
+SRC32=$(SRCBOTH) post.c shadow.c rombios32.c post_menu.c
TABLESRC=font.c cbt.c floppy_dbt.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \