Преглед на файлове

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'