diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-31 08:56:17 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-31 08:56:17 +0200 |
| commit | 9e85f9d1f34d08213a918d9c1b0845c179e323af (patch) | |
| tree | d3694b22e1b41cbc3bfd340f8f9db47a6602ec73 /kernel/CMakeLists.txt | |
| parent | ffac763323b88809d2f361bc01cdf9bfe0b1d67f (diff) | |
| download | teachos-9e85f9d1f34d08213a918d9c1b0845c179e323af.tar.xz teachos-9e85f9d1f34d08213a918d9c1b0845c179e323af.zip | |
move device into kapi
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
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" |
