aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-24 16:28:05 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-24 16:28:05 +0200
commit7d673b1091ee4099086302c87c9bac8f0c41305d (patch)
tree52a319c11c6e2aa5772d37f80216d5de35188731 /arch/x86_64/CMakeLists.txt
parent88db123ae14fd2de55a9cd986dade018839cb4d4 (diff)
downloadkernel-7d673b1091ee4099086302c87c9bac8f0c41305d.tar.xz
kernel-7d673b1091ee4099086302c87c9bac8f0c41305d.zip
x86_64: split files for devices and drivers
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 20a48f93..4e4fc52a 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -44,9 +44,13 @@ target_sources("x86_64" PRIVATE
# Devices
"arch/devices/init.cpp"
- "arch/devices/legacy_pit.cpp"
+ "arch/devices/pit.cpp"
"arch/devices/local_apic.cpp"
+ # Drivers
+ "arch/drivers/init.cpp"
+ "arch/drivers/pit.cpp"
+
# Memory management
"arch/memory/kernel_mapper.cpp"
"arch/memory/higher_half_mapper.cpp"