mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Kernel/Devices: Move ConsoleDevice into the Devices source directory
This commit is contained in:
parent
aee4786d8e
commit
5e8dcb9ca7
6 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ set(KERNEL_SOURCES
|
|||
Bus/VirtIO/RNG.cpp
|
||||
CMOS.cpp
|
||||
CommandLine.cpp
|
||||
ConsoleDevice.cpp
|
||||
Coredump.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
Devices/BlockDevice.cpp
|
||||
Devices/CharacterDevice.cpp
|
||||
Devices/ConsoleDevice.cpp
|
||||
Devices/Device.cpp
|
||||
Devices/DeviceManagement.cpp
|
||||
Devices/FullDevice.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue