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, 0 insertions, 1 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt
index 10bfecb..cb3d8a5 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -17,7 +17,6 @@ add_executable("kernel"
"src/memory/block_list_allocator.cpp"
"src/memory/operators.cpp"
"src/memory.cpp"
- "src/devices/device.cpp"
"src/devices/block_device.cpp"
"src/devices/block_device_utils.cpp"
"src/devices/storage/controller.cpp"