diff options
author | Julian Pidancet <julian.pidancet@gmail.com> | 2011-12-19 05:08:00 +0000 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-12-20 23:13:06 -0500 |
commit | 87879e256ffdece5781127fb3b0a9b393bf75afc (patch) | |
tree | b611814fd6cf84709d50fd88d25a58d49dae03cd /Makefile | |
parent | 69e941c159edc0047b17e98a834b7053b52ecabe (diff) | |
download | seabios-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |