aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-01 00:33:56 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-01 00:33:56 +0200
commit5ce5c28e0f0f034cb7c704f08e59089ef303ff7e (patch)
tree6340aef7cee1948d3b6321e83f8c5976ef192180 /arch/x86_64/CMakeLists.txt
parent2c9b29799dbf6a706d235d79a3257fc9a42d12d3 (diff)
downloadkernel-5ce5c28e0f0f034cb7c704f08e59089ef303ff7e.tar.xz
kernel-5ce5c28e0f0f034cb7c704f08e59089ef303ff7e.zip
kapi: add automatic driver registrationHEADdevelop
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 19022b5f..fc665c15 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -50,7 +50,6 @@ target_sources("x86_64" PRIVATE
"arch/devices/cpu/lapic.cpp"
# Drivers
- "arch/drivers/init.cpp"
"arch/drivers/cpu/lapic.cpp"
"arch/drivers/pit.cpp"