diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-05-17 21:14:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-05-17 21:14:46 -0400 |
commit | 8d8e0942850de699a03e396293f76e0d29b38e57 (patch) | |
tree | 67f7569fbedc82d4bf91fce7a61bc741ca19595b /Makefile | |
parent | c0c7df6bf440ec2d26905d0ed0077782bd4538c9 (diff) | |
download | seabios-8d8e0942850de699a03e396293f76e0d29b38e57.tar.gz |
VGA: Commit missing change to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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),$@) |