summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-06 19:22:24 +0000
committerrsc <rsc>2006-09-06 19:22:24 +0000
commit2a55cc55012ab090c67e25c845cb6cbe3e8fdc56 (patch)
tree45df7e929fd1ae1c139661d5911e9991cf527321 /Makefile
parente9d2250e150c9c0d2050d1c9d3435820c2d9f8cb (diff)
downloadxv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.gz
xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.bz2
xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.zip
runoff tweaks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4d8ca8..c430bed 100644
--- a/Makefile
+++ b/Makefile
@@ -65,8 +65,8 @@ PRINT = \
types.h param.h defs.h x86.h asm.h elf.h mmu.h spinlock.h\
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 file.h fs.h fsvar.h fd.c fs.c bio.c ide.c\
+ syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c sysproc.c\
+ buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c sysfile.c\
pipe.c\
mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c\
console.c\