summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4447ceb..a27ec5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
OBJS = \
- 8253pit.o\
bio.o\
console.o\
exec.o\
@@ -21,6 +20,7 @@ OBJS = \
syscall.o\
sysfile.o\
sysproc.o\
+ timer.o\
trapasm.o\
trap.o\
vectors.o\