From 02b94c6f0e47371a574732c80e26dc3baf1aad7f Mon Sep 17 00:00:00 2001 From: Timon Kruiper Date: Mon, 16 May 2022 15:54:26 +0200 Subject: [PATCH] Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64 --- Kernel/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index b00874375d..10e4a4d60c 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -453,6 +453,8 @@ else() Interrupts/GenericInterruptHandler.cpp Interrupts/IRQHandler.cpp + Interrupts/SharedIRQHandler.cpp + Interrupts/UnhandledInterruptHandler.cpp ) # Otherwise linker errors e.g undefined reference to `__aarch64_cas8_acq_rel'