summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index dab935cfe9..7f11b75522 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -19,6 +19,8 @@ KERNEL_OBJS = \
ProcFileSystem.o \
RTC.o \
TTY.o \
+ MasterPTY.o \
+ SlavePTY.o \
VirtualConsole.o \
FIFO.o \
Scheduler.o \