diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-12-03 08:06:40 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-12-03 08:06:40 +0000 |
| commit | 4f7ea612982a9ee83023e43724ff53f8dce65fe0 (patch) | |
| tree | 1d5a7abcb386061c51468f7d1dd3801c49e0247b /arch/x86_64/CMakeLists.txt | |
| parent | b4962c8c7b94fce2e67a00671de87fa96fdbb659 (diff) | |
| download | teachos-4f7ea612982a9ee83023e43724ff53f8dce65fe0.tar.xz teachos-4f7ea612982a9ee83023e43724ff53f8dce65fe0.zip | |
improve mutex file structure
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 4a02e15..c5624d8 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -59,6 +59,7 @@ target_sources("_memory" PRIVATE "src/memory/heap/bump_allocator.cpp" "src/memory/heap/memory_block.cpp" "src/memory/heap/linked_list_allocator.cpp" + "src/shared/mutex.cpp" ) #[============================================================================[ |
