aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/CMakeLists.txt')
-rw-r--r--kernel/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt
index 998a2a8..196f0b9 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -6,9 +6,9 @@ set(SRC
boot/gdt/gdt.cc
boot/gdt/gdt.s
- boot/idt/exceptions.cc
- boot/idt/idt.cc
- boot/idt/isr.s
+ boot/interrupts/exceptions.cc
+ boot/interrupts/idt.cc
+ boot/interrupts/isr.s
boot/init/boot.s
drivers/serial.cc