aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-05-17 21:14:46 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-05-17 21:14:46 -0400
commit8d8e0942850de699a03e396293f76e0d29b38e57 (patch)
tree67f7569fbedc82d4bf91fce7a61bc741ca19595b /Makefile
parentc0c7df6bf440ec2d26905d0ed0077782bd4538c9 (diff)
downloadseabios-8d8e0942850de699a03e396293f76e0d29b38e57.tar.gz
VGA: Commit missing change to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5890fa55..56d0a5b6 100644
--- 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),$@)