summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-04 18:12:31 +0000
committerkaashoek <kaashoek>2006-08-04 18:12:31 +0000
commitc8b29f6d038090a5b5b6272406afbadcf31e9809 (patch)
treebc3c7a2592eb7e8cadfc903e518683eaa564b35f /Makefile
parent32630628a996e29018641af262272339ed6fef88 (diff)
downloadxv6-labs-c8b29f6d038090a5b5b6272406afbadcf31e9809.tar.gz
xv6-labs-c8b29f6d038090a5b5b6272406afbadcf31e9809.tar.bz2
xv6-labs-c8b29f6d038090a5b5b6272406afbadcf31e9809.zip
better interrupt plan---this one appears to work
ioapic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d405284..c0153ad 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ OBJS = \
ide.o\
kalloc.o\
lapic.o\
+ ioapic.o\
main.o\
mp.o\
picirq.o\