aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-10 17:49:40 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-10 17:49:40 +0200
commit21fd1281cf19572e202d583689b99c33ec68da50 (patch)
tree3325e00e4ccfe95db42be7a38a48350681c1c79f /arch/x86_64/CMakeLists.txt
parentc3f7b747f02a79b34ed914c54ce74be973b17af1 (diff)
downloadteachos-21fd1281cf19572e202d583689b99c33ec68da50.tar.xz
teachos-21fd1281cf19572e202d583689b99c33ec68da50.zip
kernel: let arch initialize the ACPI manager
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 62a2aad..f182651 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -12,7 +12,6 @@ target_link_libraries("x86_64" PUBLIC
target_sources("x86_64" PRIVATE
# Platform-dependent KAPI implementation
- "kapi/acpi.cpp"
"kapi/boot_modules.cpp"
"kapi/cio.cpp"
"kapi/cpu.cpp"