aboutsummaryrefslogtreecommitdiff
path: root/arch/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/CMakeLists.txt')
-rw-r--r--arch/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/CMakeLists.txt b/arch/CMakeLists.txt
index 661de26..83da439 100644
--- a/arch/CMakeLists.txt
+++ b/arch/CMakeLists.txt
@@ -23,3 +23,5 @@ target_link_libraries("arch-any" INTERFACE
)
add_subdirectory("${CMAKE_SYSTEM_PROCESSOR}")
+
+set(KERNEL_LINKER_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_SYSTEM_PROCESSOR}/scripts/kernel.ld" PARENT_SCOPE)