summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-05-09 10:59:50 -0700
committerRichard Henderson <rth@twiddle.net>2011-05-09 10:59:50 -0700
commit4f4608beab5ad6cbd1547b415154dc8af154f48b (patch)
tree4729276ebd68d01febb6842e449eeeb6b0aca42d /Makefile
parent6248b55bfa57db9576a33be128da89f271a51da4 (diff)
downloadqemu-palcode-4f4608beab5ad6cbd1547b415154dc8af154f48b.zip
qemu-palcode-4f4608beab5ad6cbd1547b415154dc8af154f48b.tar.gz
qemu-palcode-4f4608beab5ad6cbd1547b415154dc8af154f48b.tar.bz2
Begin initiallizing the VGA card.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6a0628..d5fefac 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CPPFLAGS = -DSYSTEM_H='"sys-$(SYSTEM).h"'
CFLAGS += -mcpu=ev67
OBJS = pal.o sys-$(SYSTEM).o init.o crb.o uart.o console.o console-low.o \
- ps2port.o pci.o \
+ ps2port.o pci.o vgaio.o \
printf.o util.o memset.o strlen.o
all: palcode-$(SYSTEM)