summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 5fe43e0b44..e547fa091d 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -16,7 +16,7 @@ KERNEL_OBJS = \
Console.o \
IRQHandler.o \
kprintf.o \
- ProcFileSystem.o \
+ ProcFS.o \
RTC.o \
TTY.o \
PTYMultiplexer.o \