aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-24 15:37:36 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-24 15:37:36 +0000
commitc6629ba11c17601695b0542d7d1d1bf5dc036d84 (patch)
tree7c0c5fc0f334d92629640b79aee2dc6f0dea03dd /CMakeLists.txt
parent4edbe94ce1266c9acc6a695fedf1d2edd4ce11cd (diff)
downloadteachos-c6629ba11c17601695b0542d7d1d1bf5dc036d84.tar.xz
teachos-c6629ba11c17601695b0542d7d1d1bf5dc036d84.zip
build: clean up configuration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5dd4044..64fb08f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ add_compile_options(
# Kernel Executable
#]============================================================================]
-add_subdirectory("arch")
+add_subdirectory("arch/${CMAKE_SYSTEM_PROCESSOR}")
add_subdirectory("kapi")
add_subdirectory("libs")