From: Kevin O'Connor Date: Mon, 18 May 2009 01:14:46 +0000 (-0400) Subject: VGA: Commit missing change to Makefile. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8d8e0942850de699a03e396293f76e0d29b38e57;p=seabios.git VGA: Commit missing change to Makefile. --- diff --git a/Makefile b/Makefile index 5890fa5..56d0a5b 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),$@)