1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*

This commit is contained in:
Andreas Kling 2021-07-11 01:14:53 +02:00
parent 807aadbe6e
commit d40ea1a0a8
5 changed files with 4 additions and 4 deletions

View file

@ -113,6 +113,7 @@ set(KERNEL_SOURCES
FileSystem/Plan9FileSystem.cpp
FileSystem/ProcFS.cpp
FileSystem/SysFS.cpp
FileSystem/SysFSComponent.cpp
FileSystem/TmpFS.cpp
FileSystem/VirtualFileSystem.cpp
FutexQueue.cpp
@ -227,7 +228,6 @@ set(KERNEL_SOURCES
Syscalls/waitid.cpp
Syscalls/inode_watcher.cpp
Syscalls/write.cpp
SystemExposed.cpp
TTY/ConsoleManagement.cpp
TTY/MasterPTY.cpp
TTY/PTYMultiplexer.cpp