aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-30 12:48:57 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-30 12:48:57 +0000
commit9f2e780030e2101d5f7f01f42df805db9a5fa809 (patch)
treebfbcc9ce1c0a4235f15988a03274a14879e5bf73 /arch/x86_64/CMakeLists.txt
parent3e597ede8079883b3b9d48faf94b8a7bec2a2118 (diff)
downloadteachos-9f2e780030e2101d5f7f01f42df805db9a5fa809.tar.xz
teachos-9f2e780030e2101d5f7f01f42df805db9a5fa809.zip
Clean up files
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 0a6ab9c..57b3a60 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -54,7 +54,6 @@ target_sources("_memory" PRIVATE
"src/memory/multiboot/elf_symbols_section.cpp"
"src/memory/multiboot/reader.cpp"
"src/memory/allocator/area_frame_allocator.cpp"
- "src/memory/allocator/stack_frame_allocator.cpp"
"src/memory/allocator/tiny_frame_allocator.cpp"
"src/memory/allocator/physical_frame.cpp"
"src/memory/paging/page_entry.cpp"