aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-01-14 19:02:43 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-01-16 11:50:42 -0500
commit3471fdbe63f9e982ae979094b6b3e7562dae1021 (patch)
tree64a4b9f934484ea7812219f29535a3420aec4c1d /Makefile
parent97cc354a0223ad4241e657f69dc13ffed2694ee8 (diff)
downloadseabios-hppa-3471fdbe63f9e982ae979094b6b3e7562dae1021.zip
seabios-hppa-3471fdbe63f9e982ae979094b6b3e7562dae1021.tar.gz
seabios-hppa-3471fdbe63f9e982ae979094b6b3e7562dae1021.tar.bz2
vgabios: Add wrapper functions for accessing standard VGA registers.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c97ed8f..31eb2f9 100644
--- a/Makefile
+++ b/Makefile
@@ -169,9 +169,10 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py
################ VGA build rules
# VGA src files
-SRCVGA=src/output.c src/util.c src/pci.c vgasrc/vgabios.c vgasrc/vgafb.c \
- vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/vbe.c \
- vgasrc/stdvga.c vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodevga.c
+SRCVGA=src/output.c src/util.c src/pci.c \
+ vgasrc/vgabios.c vgasrc/vgafb.c vgasrc/vgafonts.c vgasrc/vbe.c \
+ vgasrc/vgatables.c vgasrc/stdvga.c vgasrc/stdvgaio.c \
+ vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodevga.c
CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc