Browse Source

Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64

Timon Kruiper 3 years ago
parent
commit
02b94c6f0e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Kernel/CMakeLists.txt

+ 2 - 0
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'