vgabios: Minor fixes to struct vbe_info definition.
[seabios.git] / Makefile
index 4f0e6ab86ed1749d1960b50d6f75cee09bda250f..da6999cc8c868f9071e4fcfbbeeb7a06833c6c30 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,8 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py
 
 # VGA src files
 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
+    vgasrc/vgatables.c vgasrc/vgafonts.c \
+    vgasrc/clext.c vgasrc/vbe.c vgasrc/geodelx.c
 
 CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc