diff options
author | Jesse Buhagiar <jooster669@gmail.com> | 2022-10-17 23:28:58 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-18 13:08:25 +0200 |
commit | 07649bcb028f1bab4fd579ab6fa72fe3fd390706 (patch) | |
tree | b0770f8a0d5d9230354d110b4e11abc8077de7d6 /Kernel | |
parent | fd5671b5d51289e905d43848c057f718fccb213d (diff) | |
download | serenity-07649bcb028f1bab4fd579ab6fa72fe3fd390706.zip |
Kernel: Reintroduce `Credentials.cpp` to aarch64 build
Diffstat (limited to 'Kernel')
-rw-r--r-- | Kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index e5695f3698..ca65dab1e3 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -499,6 +499,7 @@ else() # Files from base Kernel CommandLine.cpp + Credentials.cpp KBufferBuilder.cpp KString.cpp KSyms.cpp |