aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-08 11:10:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-14 13:07:17 +0100
commit004f5b3ae561df688595b341e6880182ed5794ed (patch)
tree1403b89945cb3b7cff808e57afcc5e6d72b31b5f /Makefile
parent171fc8979dc712eab7544a81ab381786ced9242c (diff)
downloadseabios-hppa-004f5b3ae561df688595b341e6880182ed5794ed.zip
seabios-hppa-004f5b3ae561df688595b341e6880182ed5794ed.tar.gz
seabios-hppa-004f5b3ae561df688595b341e6880182ed5794ed.tar.bz2
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2d11db..3aecc4d 100644
--- a/Makefile
+++ b/Makefile
@@ -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"