aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
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")