diff options
author | Timon Kruiper <timonkruiper@gmail.com> | 2022-10-20 11:35:15 +0200 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2022-10-20 23:26:32 +0200 |
commit | 179cb7b2d0506c4b98c2c5d225f155ae8e139f3f (patch) | |
tree | 15019fccb6aef598a356d389bc75b6563f26c1e9 /Kernel/CMakeLists.txt | |
parent | 84158a18d5f3eb440ec31ceb033026690d7882f4 (diff) | |
download | serenity-179cb7b2d0506c4b98c2c5d225f155ae8e139f3f.zip |
Kernel/aarch64: Stub enough functions to build Process.cpp
ProcessProcFSTraits.cpp is also added the CMakeLists.
Diffstat (limited to 'Kernel/CMakeLists.txt')
-rw-r--r-- | Kernel/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index c9e6778ff4..4433bffa26 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -504,6 +504,8 @@ else() KString.cpp KSyms.cpp MiniStdLib.cpp + Process.cpp + ProcessProcFSTraits.cpp Scheduler.cpp StdLib.cpp Time/TimeManagement.cpp |