aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
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"