mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Kernel: Move TimerQueue code to the Time subdirectory
This commit is contained in:
parent
8f21420a1d
commit
b88c1d90e1
9 changed files with 8 additions and 8 deletions
|
@ -358,7 +358,7 @@ set(KERNEL_SOURCES
|
|||
Tasks/WaitQueue.cpp
|
||||
Tasks/WorkQueue.cpp
|
||||
Time/TimeManagement.cpp
|
||||
TimerQueue.cpp
|
||||
Time/TimerQueue.cpp
|
||||
)
|
||||
|
||||
if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue