aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-12-03 11:50:49 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-12-04 10:34:18 -0500
commitdab0a7407c236048f415ebd2bff230fe1634102d (patch)
tree7e138359fb74f6a1a5d44cae71303b6a6dbb33e0 /Makefile
parent4a8b58cb6cccc8f6431167dfdd36f3e39601ff79 (diff)
downloadseabios-hppa-dab0a7407c236048f415ebd2bff230fe1634102d.zip
seabios-hppa-dab0a7407c236048f415ebd2bff230fe1634102d.tar.gz
seabios-hppa-dab0a7407c236048f415ebd2bff230fe1634102d.tar.bz2
vgabios: Move initialization code to new file vgainit.c.
Move the initialization code out of vgabios.c to a new file to reduce the size of the vgabios.c file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59aae99..8a3c9d1 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,8 @@ $(OUT)bios.bin.elf: $(OUT)rom.o $(OUT)bios.bin.prep
# VGA src files
SRCVGA=src/output.c src/string.c src/hw/pci.c src/hw/serialio.c \
- vgasrc/vgabios.c vgasrc/vgafb.c vgasrc/vgafonts.c vgasrc/vbe.c \
+ vgasrc/vgainit.c vgasrc/vgabios.c vgasrc/vgafb.c \
+ vgasrc/vgafonts.c vgasrc/vbe.c \
vgasrc/stdvga.c vgasrc/stdvgamodes.c vgasrc/stdvgaio.c \
vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodevga.c