aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:42:26 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:42:26 +0000
commitd1aaaeb615e148a13f46223c84819ba828e5209f (patch)
tree9a1fb3d5ff429f4bf96f999dbc6751ec1cc6b976 /CMakeLists.txt
parentec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (diff)
downloadteachos-d1aaaeb615e148a13f46223c84819ba828e5209f.tar.xz
teachos-d1aaaeb615e148a13f46223c84819ba828e5209f.zip
arch: make linkable
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c08753b..a00b043 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,9 +32,8 @@ add_subdirectory("kern")
add_subdirectory("arch")
target_link_libraries("kernel" PRIVATE
- "kern"
- "arch::any"
"arch::${CMAKE_SYSTEM_PROCESSOR}"
+ "os::kern"
)
# #[============================================================================[