summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 04:41:20 +0000
committerrsc <rsc>2007-08-28 04:41:20 +0000
commit2d7d2b18cf5f1a565458574323e6f5b3bd6352a3 (patch)
treec892711f2cf1c92681bffb50e15b059b1ea1d573
parent9e82bfb04cc5644f32823fa9ec406261f05073b8 (diff)
downloadxv6-labs-2d7d2b18cf5f1a565458574323e6f5b3bd6352a3.tar.gz
xv6-labs-2d7d2b18cf5f1a565458574323e6f5b3bd6352a3.tar.bz2
xv6-labs-2d7d2b18cf5f1a565458574323e6f5b3bd6352a3.zip
rename 8253pit -> timer
-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\