From 5db219863b765f93521923af0092f088745cfd2a Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 22 Jun 2004 21:22:08 +0000 Subject: [PATCH] Add vga.o --- second/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second/Makefile b/second/Makefile index f2af10e..cf8fb0a 100644 --- a/second/Makefile +++ b/second/Makefile @@ -14,7 +14,7 @@ AWK = awk OBJS = head.o MMU030_asm.o MMU040_asm.o main.o console.o printf.o \ font_8x16.o memory.o uncompress.o MMU030.o MMU040.o bootinfo.o \ misc.o glue.o enter_kernel030.o enter_kernel040.o bank.o arch.o \ - load.o serial.o + load.o serial.o vga.o second: second.o $(OBJCOPY) -j .text -j .data -j .rodata -j .got \