summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrtm <rtm>2006-06-16 20:29:25 +0000
committerrtm <rtm>2006-06-16 20:29:25 +0000
commitae6e8aa730fa410118c0532938d4a9e62b08bbe8 (patch)
tree8341e238d7b725a2aeec1476bc0f46c46b5c90e8 /Makefile
parentbe0a7eacdab4443199ed0ed4379a84edc7c98fd6 (diff)
downloadxv6-labs-ae6e8aa730fa410118c0532938d4a9e62b08bbe8.tar.gz
xv6-labs-ae6e8aa730fa410118c0532938d4a9e62b08bbe8.tar.bz2
xv6-labs-ae6e8aa730fa410118c0532938d4a9e62b08bbe8.zip
checkpoint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa93f85..81241f4 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
+ syscall.o ide.o picirq.o
CC = i386-jos-elf-gcc
LD = i386-jos-elf-ld