summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-07-12 17:00:54 +0000
committerkaashoek <kaashoek>2006-07-12 17:00:54 +0000
commitf27a68a24a3e0980499db8920fc7306dbab7d52d (patch)
treee8c8ed65634e2a987770b1f10e3336f4b2fd4b04 /Makefile
parent6eb6f10c5668bc2bdf5e561e0060e7e917ed55c1 (diff)
downloadxv6-labs-f27a68a24a3e0980499db8920fc7306dbab7d52d.tar.gz
xv6-labs-f27a68a24a3e0980499db8920fc7306dbab7d52d.tar.bz2
xv6-labs-f27a68a24a3e0980499db8920fc7306dbab7d52d.zip
extract lapic code from mp.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b2b827..0a5e297 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 mp.o spinlock.o fd.o pipe.o swtch.o
+ syscall.o ide.o picirq.o mp.o lapic.o spinlock.o fd.o pipe.o swtch.o
# Cross-compiling (e.g., on Mac OS X)
TOOLPREFIX = i386-jos-elf-