aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-20 10:33:14 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-20 10:33:14 +0200
commit06742a21bb12bdaed056fce8f2b3966c1b9ddcbc (patch)
tree87cf24d58a5486c032caffc91aa8c28306a404da /arch/x86_64/CMakeLists.txt
parent24d2d7dccace6f5a0bb4e2eb0f9e51cff06103b2 (diff)
downloadkernel-06742a21bb12bdaed056fce8f2b3966c1b9ddcbc.tar.xz
kernel-06742a21bb12bdaed056fce8f2b3966c1b9ddcbc.zip
chore: normalize comment format in arch
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index fc665c15..a93f4f64 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -68,12 +68,12 @@ target_sources("x86_64" PRIVATE
file(GLOB_RECURSE ARCH_HEADERS
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
CONFIGURE_DEPENDS
- "include/**.hpp"
+ "arch/**.hpp"
)
target_sources("x86_64" PUBLIC
FILE_SET HEADERS
- BASE_DIRS "include"
+ BASE_DIRS "arch"
FILES ${ARCH_HEADERS}
)