summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-06-21 01:53:07 +0000
committerkaashoek <kaashoek>2006-06-21 01:53:07 +0000
commit7baa34a421e4c970ee90c2537ceacd7230f2474e (patch)
tree5cc26d0b33d22588eea93abe9ad5cfea24cecede /Makefile
parentae6e8aa730fa410118c0532938d4a9e62b08bbe8 (diff)
downloadxv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.tar.gz
xv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.tar.bz2
xv6-labs-7baa34a421e4c970ee90c2537ceacd7230f2474e.zip
start on MP; detect MP configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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