diff options
author | James Mintram <me@jamesrm.com> | 2021-10-14 10:10:56 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-14 10:20:03 +0100 |
commit | a48985422c6a614bc89a73dfbda3282433e24116 (patch) | |
tree | 5076301c7f0f862c128a39f660513c3d769a109f /Kernel/CMakeLists.txt | |
parent | ebe704a03da0c08b379097debf919ec5a641bf56 (diff) | |
download | serenity-a48985422c6a614bc89a73dfbda3282433e24116.zip |
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
Diffstat (limited to 'Kernel/CMakeLists.txt')
-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 f05ca13a0a..13c0db6cfb 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -360,6 +360,7 @@ else() set(SOURCES Arch/aarch64/dummy.cpp ${AK_SOURCES} + UBSanitizer.cpp ) # Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel' |