VGA: Commit missing change to Makefile.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 18 May 2009 01:14:46 +0000 (21:14 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 18 May 2009 01:14:46 +0000 (21:14 -0400)
Makefile

index 5890fa555f2384118295bd6b7449895561d29cda..56d0a5b6fa4262010c9927b1da0d60aaf829efc0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -135,8 +135,8 @@ $(OUT)bios.bin: $(OUT)bios.bin.elf
 ################ VGA build rules
 
 # VGA src files
-SRCVGA=src/output.c src/util.c vgasrc/vga.c vgasrc/vgatables.c \
-       vgasrc/vgafonts.c vgasrc/clext.c
+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
 
 $(OUT)vgaccode.16.s: ; $(call whole-compile, $(CFLAGS16) -S -Isrc, $(SRCVGA),$@)