Skip to content

Commit 82aa5a9

Browse files
author
lec-bit
committed
tmp: close enhanced
Signed-off-by: lec-bit <glfhzmy@126.com>
1 parent 7c15fe3 commit 82aa5a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kmesh_compile_env_pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function set_enhanced_kernel_env() {
150150
[ "$(check_config "CONFIG_DEBUG_INFO_BTF_MODULES")" == "y" ] &&
151151
[ "$(check_config "CONFIG_DEBUG_INFO_BTF")" == "y" ] &&
152152
[ "$KERNEL_MAJOR" -ge 6 ]; then
153-
export ENHANCED_KERNEL="enhanced"
153+
export ENHANCED_KERNEL="normal"
154154
else
155155
export ENHANCED_KERNEL="normal"
156156
fi

kmesh_macros_env_kernel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ fi
4343
if [ "$(check_config "CONFIG_DEBUG_INFO_BTF_MODULES")" == "y" ] &&
4444
[ "$(check_config "CONFIG_DEBUG_INFO_BTF")" == "y" ] &&
4545
[ "$KERNEL_VERSION" -ge 6 ]; then
46-
set_config ENHANCED_KERNEL 1
47-
set_config KERNEL_KFUNC 1
46+
set_config ENHANCED_KERNEL 0
47+
set_config KERNEL_KFUNC 0
4848
else
4949
set_config KERNEL_KFUNC 0
5050
fi

0 commit comments

Comments
 (0)