From 9936bffa45c928ead9660a0df32d08a50b2b09c2 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 18:40:28 +0000 Subject: fd.* -> file.* --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d1e1d6..ae45363 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OBJS = \ console.o\ - fd.o\ + file.o\ ide.o\ kalloc.o\ lapic.o\ @@ -66,7 +66,7 @@ PRINT = \ bootasm.S bootother.S main.c init.c spinlock.c\ proc.h proc.c setjmp.S kalloc.c\ syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c\ - buf.h dev.h fcntl.h stat.h fd.h fs.h fsvar.h fd.c fs.c bio.c ide.c\ + buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c\ pipe.c\ mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c\ console.c\ -- cgit v1.2.3