mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
Kernel: Move TTY-related files into Kernel/TTY/.
This commit is contained in:
parent
f9864940eb
commit
9fca94269e
17 changed files with 16 additions and 16 deletions
|
@ -16,11 +16,11 @@ KERNEL_OBJS = \
|
|||
IRQHandler.o \
|
||||
kprintf.o \
|
||||
RTC.o \
|
||||
TTY.o \
|
||||
PTYMultiplexer.o \
|
||||
MasterPTY.o \
|
||||
SlavePTY.o \
|
||||
VirtualConsole.o \
|
||||
TTY/TTY.o \
|
||||
TTY/PTYMultiplexer.o \
|
||||
TTY/MasterPTY.o \
|
||||
TTY/SlavePTY.o \
|
||||
TTY/VirtualConsole.o \
|
||||
FIFO.o \
|
||||
Scheduler.o \
|
||||
DoubleBuffer.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue