diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-12-31 03:43:12 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-12-31 03:51:57 -0500 |
commit | 4040195d46ebdcc3503965a0f437a7d7f8b53aee (patch) | |
tree | 8061216575f3e3b25d00275fa97ed0a09f83288d /Makefile | |
parent | e1e000b177427bde534ac7e6ca885c2226bb60d6 (diff) | |
download | seabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.zip seabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.tar.gz seabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.tar.bz2 |
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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/vgabios.c vgasrc/vgafb.c vgasrc/vgaio.c \ - vgasrc/vgatables.c vgasrc/vgafonts.c \ + vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/vbe.c \ vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodelx.c CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc |