diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-05 06:41:31 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-05 06:41:31 +0000 |
| commit | c1dff44858ebdb3cd5a49e84179796e44e7eb91c (patch) | |
| tree | 998f8cec607da4359d5b3e9db89e949250ccd197 /arch/x86_64/CMakeLists.txt | |
| parent | f83727a0c8913d19415c2ad482c70ee7373f6f3f (diff) | |
| download | teachos-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.txt | 1 |
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" |
