From 179cb7b2d0506c4b98c2c5d225f155ae8e139f3f Mon Sep 17 00:00:00 2001 From: Timon Kruiper Date: Thu, 20 Oct 2022 11:35:15 +0200 Subject: Kernel/aarch64: Stub enough functions to build Process.cpp ProcessProcFSTraits.cpp is also added the CMakeLists. --- Kernel/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Kernel/CMakeLists.txt') 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 -- cgit v1.2.3