Skip to content

Commit f8b052d

Browse files
committed
Merge branch 'boot' into memory
Signed-off-by: Niu Zhihong <zhihong@nzhnb.com>
2 parents 8468f23 + 0388035 commit f8b052d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/compile_config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_COMPILE_DEFINITIONS (
1010
$<$<BOOL:${SIMPLEKERNEL_MAX_CORE_COUNT}>:SIMPLEKERNEL_MAX_CORE_COUNT=${SIMPLEKERNEL_MAX_CORE_COUNT}>
1111
$<$<BOOL:${SIMPLEKERNEL_DEFAULT_STACK_SIZE}>:SIMPLEKERNEL_DEFAULT_STACK_SIZE=${SIMPLEKERNEL_DEFAULT_STACK_SIZE}>
1212
$<$<BOOL:${SIMPLEKERNEL_PER_CPU_ALIGN_SIZE}>:SIMPLEKERNEL_PER_CPU_ALIGN_SIZE=${SIMPLEKERNEL_PER_CPU_ALIGN_SIZE}>
13-
$<$<BOOL:${SIMPLEKERNEL_EARLY_CONSOLE_BASE}>:SIMPLEKERNEL_EARLY_CONSOLE_BASE=${SIMPLEKERNEL_EARLY_CONSOLE_BASE}>
13+
SIMPLEKERNEL_EARLY_CONSOLE_BASE=${SIMPLEKERNEL_EARLY_CONSOLE_BASE}
1414
$<$<BOOL:${SIMPLEKERNEL_TICK}>:SIMPLEKERNEL_TICK=${SIMPLEKERNEL_TICK}>)
1515

1616
# 获取 gcc 的 include 路径

0 commit comments

Comments
 (0)