aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-12-31 03:43:12 -0500
committerKevin O'Connor <kevin@koconnor.net>2011-12-31 03:51:57 -0500
commit4040195d46ebdcc3503965a0f437a7d7f8b53aee (patch)
tree8061216575f3e3b25d00275fa97ed0a09f83288d /Makefile
parente1e000b177427bde534ac7e6ca885c2226bb60d6 (diff)
downloadseabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.zip
seabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.tar.gz
seabios-hppa-4040195d46ebdcc3503965a0f437a7d7f8b53aee.tar.bz2
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2346ee3..08f8af2 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,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/vgaio.c \
- vgasrc/vgatables.c vgasrc/vgafonts.c \
+ vgasrc/vgatables.c vgasrc/vgafonts.c vgasrc/vbe.c \
vgasrc/clext.c vgasrc/bochsvga.c vgasrc/geodelx.c
CFLAGS16VGA = $(CFLAGS16INC) -g -Isrc