From 0942321b4f09db58927dcd56940785567e19db92 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 7 Oct 2023 11:31:42 +0200 Subject: build: perform cleaner split for platform settings --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/CMakeLists.txt') 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") -- cgit v1.2.3