aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Pidancet <julian.pidancet@gmail.com>2011-12-19 05:08:00 +0000
committerKevin O'Connor <kevin@koconnor.net>2011-12-20 23:13:06 -0500
commit87879e256ffdece5781127fb3b0a9b393bf75afc (patch)
treeb611814fd6cf84709d50fd88d25a58d49dae03cd /Makefile
parent69e941c159edc0047b17e98a834b7053b52ecabe (diff)
downloadseabios-87879e256ffdece5781127fb3b0a9b393bf75afc.tar.gz
Partially implement VBE interface, create VBE driver skeleton
Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f0e6ab8..7ac65fa0 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py
# VGA src files
SRCVGA=src/output.c src/util.c vgasrc/vga.c vgasrc/vgafb.c vgasrc/vgaio.c \
- vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/clext.c
+ vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/clext.c vgasrc/vbe.c
CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc