aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-03-31 08:56:17 +0200
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-31 08:56:17 +0200
commit9e85f9d1f34d08213a918d9c1b0845c179e323af (patch)
treed3694b22e1b41cbc3bfd340f8f9db47a6602ec73 /kernel/CMakeLists.txt
parentffac763323b88809d2f361bc01cdf9bfe0b1d67f (diff)
downloadteachos-9e85f9d1f34d08213a918d9c1b0845c179e323af.tar.xz
teachos-9e85f9d1f34d08213a918d9c1b0845c179e323af.zip
move device into kapi
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"