aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-05 06:41:31 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-05 06:41:31 +0000
commitc1dff44858ebdb3cd5a49e84179796e44e7eb91c (patch)
tree998f8cec607da4359d5b3e9db89e949250ccd197 /arch/x86_64/CMakeLists.txt
parentf83727a0c8913d19415c2ad482c70ee7373f6f3f (diff)
downloadteachos-c1dff44858ebdb3cd5a49e84179796e44e7eb91c.tar.xz
teachos-c1dff44858ebdb3cd5a49e84179796e44e7eb91c.zip
Fix recursive include using extra file
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 1ce2731..3d6d2c7 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -101,6 +101,7 @@ target_sources("_context" PRIVATE
"src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp"
"src/context_switching/main.cpp"
"src/context_switching/syscall/main.cpp"
+ "src/context_switching/syscall/syscall_enable.cpp"
"src/context_switching/syscall/syscall_handler.cpp"
"src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp"
"src/context_switching/interrupt_descriptor_table/idt_flags.cpp"