ソースを参照

Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64

Timon Kruiper 3 年 前
コミット
02b94c6f0e
1 ファイル変更2 行追加0 行削除
  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'