From 7c79029e43af2e98449d437d4d325bf56b10abd8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 11 Feb 2014 15:34:58 -0500 Subject: vgabios: Initial support for coreboot native vga vgabios. Signed-off-by: Kevin O'Connor --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 488bd04..e567ba1 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,8 @@ 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/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/bochsvga.c vgasrc/geodevga.c \ + src/fw/coreboot.c vgasrc/cbvga.c CFLAGS16VGA = $(CFLAGS16INC) -Isrc -- cgit v1.1