aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-12-24 00:44:07 -0500
committerKevin O'Connor <kevin@koconnor.net>2011-12-27 21:51:59 -0500
commit4c52fb4ce7513e3f13bd8272309e66bb9e2488a7 (patch)
treeaee0053390a04d6c2d2969aa34d18b14fbbb9e41 /Makefile
parent72b5e45550e5dc439681cd90a9b6220ac20d0254 (diff)
downloadseabios-hppa-4c52fb4ce7513e3f13bd8272309e66bb9e2488a7.zip
seabios-hppa-4c52fb4ce7513e3f13bd8272309e66bb9e2488a7.tar.gz
seabios-hppa-4c52fb4ce7513e3f13bd8272309e66bb9e2488a7.tar.bz2
vgabios: Merge support for GeodeLX vga bios.
GeodeLX support based on a patch sent by Chris Kindt on 20090825. The patch provides basic support for running the vga bios on a Geode device. The original patch has been updated with the following: * Updates to merge with the current code, * geode specific timings are loaded at init time * PCI code was dropped as the current code now supports pci * Updates for Kconfig * dropped redundant lxdprintf * dropped geode_demo screen writing Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ac65fa..da6999c 100644
--- 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/vbe.c
+ vgasrc/vgatables.c vgasrc/vgafonts.c \
+ vgasrc/clext.c vgasrc/vbe.c vgasrc/geodelx.c
CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc