aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/CMakeLists.txt')
-rw-r--r--kernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt
index 72994449..d3e0c015 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -16,6 +16,7 @@ target_sources("kernel_lib" PRIVATE
"kapi/devices/cpu.cpp"
"kapi/devices/device.cpp"
"kapi/devices/driver.cpp"
+ "kapi/devices/driver_registry.cpp"
"kapi/devices/error.cpp"
"kapi/devices/interface_registry.cpp"
"kapi/filesystem.cpp"