aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-07 11:31:42 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-07 11:31:42 +0200
commit0942321b4f09db58927dcd56940785567e19db92 (patch)
tree496fa2db10dff18ae54c973592ee6d273877d2d0 /source/CMakeLists.txt
parent090ba239c5c71c765706019fa2733ed2b28ece8f (diff)
downloadteachos-0942321b4f09db58927dcd56940785567e19db92.tar.xz
teachos-0942321b4f09db58927dcd56940785567e19db92.zip
build: perform cleaner split for platform settings
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index 80b566e..0ae9e40 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -7,5 +7,5 @@ project("kernel"
LANGUAGES ASM C CXX
)
-add_subdirectory("boot/arch/${CMAKE_SYSTEM_PROCESSOR}")
+add_subdirectory("boot")
add_subdirectory("kernel")