From 7baa34a421e4c970ee90c2537ceacd7230f2474e Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 21 Jun 2006 01:53:07 +0000 Subject: start on MP; detect MP configuration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81241f4..936bc40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OBJS = main.o console.o string.o kalloc.o proc.o trapasm.o trap.o vectors.o \ - syscall.o ide.o picirq.o + syscall.o ide.o picirq.o mp.o CC = i386-jos-elf-gcc LD = i386-jos-elf-ld -- cgit v1.2.3