summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5fefac..93fc5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ 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 vgaio.o \
- printf.o util.o memset.o strlen.o
+ ps2port.o pci.o vgaio.o vgatables.o vgafonts.o \
+ printf.o util.o memset.o memcpy.o strlen.o
all: palcode-$(SYSTEM)