rename 8253pit -> timer
This commit is contained in:
parent
9e82bfb04c
commit
2d7d2b18cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,4 @@
|
||||||
OBJS = \
|
OBJS = \
|
||||||
8253pit.o\
|
|
||||||
bio.o\
|
bio.o\
|
||||||
console.o\
|
console.o\
|
||||||
exec.o\
|
exec.o\
|
||||||
|
@ -21,6 +20,7 @@ OBJS = \
|
||||||
syscall.o\
|
syscall.o\
|
||||||
sysfile.o\
|
sysfile.o\
|
||||||
sysproc.o\
|
sysproc.o\
|
||||||
|
timer.o\
|
||||||
trapasm.o\
|
trapasm.o\
|
||||||
trap.o\
|
trap.o\
|
||||||
vectors.o\
|
vectors.o\
|
||||||
|
|
Loading…
Reference in a new issue