aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNils <njacobs8@adsltotaal.nl>2012-01-14 12:11:41 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-01-14 12:11:41 -0500
commit31eabf9ba842612e7c525489ab2a6b60bba10ea0 (patch)
tree1a10c2149b65fded51857e2b63d6f603f1d07841 /Makefile
parentb93739776593eb470bd18ce8f8b028054cee0e3d (diff)
downloadseabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.zip
seabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.tar.gz
seabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.tar.bz2
vgabios: Make the naming in the LX code generic to Geode.
Signed-off-by: Nils Jacobs <njacobs8 at adsltotaal.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8395247..79f9b54 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ $(OUT)bios.bin.elf $(OUT)bios.bin: $(OUT)rom.o tools/checkrom.py
# VGA src files
SRCVGA=src/output.c src/util.c vgasrc/vgabios.c vgasrc/vgafb.c \
vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/vbe.c \
- vgasrc/stdvga.c vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodelx.c
+ vgasrc/stdvga.c vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodevga.c
CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc