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

Kernel: Reintroduce Mutex.cpp to aarch64 build

A few more stubs have been added to support the building of this file
This commit is contained in:
Jesse Buhagiar 2022-10-17 23:50:42 +11:00 committed by Linus Groh
parent 07649bcb02
commit 2db73f2171
2 changed files with 23 additions and 0 deletions

View file

@ -516,6 +516,7 @@ else()
Graphics/Console/BootFramebufferConsole.cpp
Graphics/Console/GenericFramebufferConsole.cpp
Locking/Mutex.cpp
Locking/Spinlock.cpp
Memory/AddressSpace.cpp