diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 11:10:59 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-14 13:07:17 +0100 |
commit | 004f5b3ae561df688595b341e6880182ed5794ed (patch) | |
tree | 1403b89945cb3b7cff808e57afcc5e6d72b31b5f /Makefile | |
parent | 171fc8979dc712eab7544a81ab381786ced9242c (diff) | |
download | seabios-004f5b3ae561df688595b341e6880182ed5794ed.tar.gz |
vga: move modelist from bochsvga.c to new svgamodes.c
So other drivers can simply use the same list too.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ SRCVGA=src/output.c src/string.c src/hw/pci.c src/hw/serialio.c \ vgasrc/vgainit.c vgasrc/vgabios.c vgasrc/vgafb.c vgasrc/swcursor.c \ vgasrc/vgafonts.c vgasrc/vbe.c \ vgasrc/stdvga.c vgasrc/stdvgamodes.c vgasrc/stdvgaio.c \ - vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodevga.c \ + vgasrc/clext.c vgasrc/svgamodes.c vgasrc/bochsvga.c vgasrc/geodevga.c \ src/fw/coreboot.c vgasrc/cbvga.c vgasrc/bochsdisplay.c vgasrc/ramfb.c ifeq "$(CONFIG_VGA_FIXUP_ASM)" "y" |