diff options
author | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2022-08-06 04:16:24 +0200 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-08-14 09:44:48 +0100 |
commit | 99ae4fa161a331dde7472ed0ad0b8335e4ae2975 (patch) | |
tree | 1fa702113005470f136ac25efb3ce6d590b1346e /Kernel/CMakeLists.txt | |
parent | 4aaf38e4f748b51fa14cb747a458fbe5dd6da6f2 (diff) | |
download | serenity-99ae4fa161a331dde7472ed0ad0b8335e4ae2975.zip |
Kernel: Move TrapFrame into its own header on aarch64
Diffstat (limited to 'Kernel/CMakeLists.txt')
-rw-r--r-- | Kernel/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index 6931c5cbb1..4c3faa537c 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -459,6 +459,9 @@ else() MiniStdLib.cpp UBSanitizer.cpp + Graphics/Console/BootFramebufferConsole.cpp + Graphics/Console/GenericFramebufferConsole.cpp + Memory/AddressSpace.cpp Memory/AnonymousVMObject.cpp Memory/InodeVMObject.cpp |