Home
last modified time | relevance | path

Searched refs:KERNEL_BUILD_ROOT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/common_modules/newip/
H A Dapply_newip.sh15 KERNEL_BUILD_ROOT=$2
24 cd $KERNEL_BUILD_ROOT/include/linux/
25 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/linux $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/linux)/*.h ./
26 cd $KERNEL_BUILD_ROOT/include/net/netns
27 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/net/netns $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/net/netns)/*.h ./
28 cd $KERNEL_BUILD_ROOT/include/net
29 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/net $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/net)/*.h ./
30 cd $KERNEL_BUILD_ROOT/include/uapi/linux
31 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/uapi/linux $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/uapi/linux)/*.h ./
33 if [ ! -d "$KERNEL_BUILD_ROOT/ne
[all...]
/kernel/linux/common_modules/pac/
H A Dapply_pac.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d " $KERNEL_BUILD_ROOT/arch/arm64/pac/src" ]; then
19 mkdir -p $KERNEL_BUILD_ROOT/arch/arm64/pac/src
22 if [ ! -d " $KERNEL_BUILD_ROOT/arch/arm64/pac/config" ]; then
23 mkdir -p $KERNEL_BUILD_ROOT/arch/arm64/pac/config
26 cd $KERNEL_BUILD_ROOT/arch/arm64/pac
27 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/arch/arm64/pac $PAC_SOURCE_ROOT)/Makefile ./Makefile
29 cd $KERNEL_BUILD_ROOT/arch/arm64/pac/config
30 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/arch/arm64/pac/config $PAC_SOURCE_ROOT/config)/config.txt ./config.txt
32 cd $KERNEL_BUILD_ROOT/arc
[all...]
/kernel/linux/common_modules/qos_auth/
H A Dapply_qos_auth.sh9 KERNEL_BUILD_ROOT=$2
18 cd $KERNEL_BUILD_ROOT/include/linux/sched
19 ln -sf $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/linux/sched $QOS_AUTH_SOURCE_ROOT/include)/*.h ./
21 if [ ! -d "$KERNEL_BUILD_ROOT/drivers/auth_ctl" ]; then
22 mkdir $KERNEL_BUILD_ROOT/drivers/auth_ctl
25 cd $KERNEL_BUILD_ROOT/drivers/auth_ctl
26 ln -sf $(realpath --relative-to=$KERNEL_BUILD_ROOT/drivers/auth_ctl $QOS_AUTH_SOURCE_ROOT/auth_ctl)/* ./
/kernel/linux/common_modules/ucollection/
H A Dapply_ucollection.sh11 KERNEL_BUILD_ROOT=$2
20 echo "create link $KERNEL_BUILD_ROOT/drivers/staging/ucollection/"
21 if [ ! -d "$KERNEL_BUILD_ROOT/drivers/staging/ucollection" ]; then
22 mkdir $KERNEL_BUILD_ROOT/drivers/staging/ucollection
25 cd $KERNEL_BUILD_ROOT/drivers/staging/ucollection/
26 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/drivers/staging/ucollection/ $UNIFIED_COLLECTION_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/code_sign/
H A Dapply_code_sign.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d "$KERNEL_BUILD_ROOT/fs/code_sign" ]; then
19 mkdir $KERNEL_BUILD_ROOT/fs/code_sign
22 cd $KERNEL_BUILD_ROOT/fs/code_sign
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/fs/code_sign $CODE_SIGN_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/tzdriver/
H A Dapply_tzdriver.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d "$KERNEL_BUILD_ROOT/drivers/tzdriver" ]; then
19 mkdir $KERNEL_BUILD_ROOT/drivers/tzdriver
22 cd $KERNEL_BUILD_ROOT/drivers/tzdriver
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/drivers/tzdriver/ $TZDRIVER_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/container_escape_detection/
H A Dapply_ced.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d " $KERNEL_BUILD_ROOT/security/container_escape_detection" ]; then
19 mkdir $KERNEL_BUILD_ROOT/security/container_escape_detection
22 cd $KERNEL_BUILD_ROOT/security/container_escape_detection
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/security/container_escape_detection/ $CED_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/xpm/
H A Dapply_xpm.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d " $KERNEL_BUILD_ROOT/security/xpm" ]; then
19 mkdir $KERNEL_BUILD_ROOT/security/xpm
22 cd $KERNEL_BUILD_ROOT/security/xpm
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/security/xpm/ $XPM_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/dec/
H A Dapply_dec.sh9 KERNEL_BUILD_ROOT=$2
18 if [ ! -d "$KERNEL_BUILD_ROOT/fs/dec" ]; then
19 mkdir $KERNEL_BUILD_ROOT/fs/dec
22 cd $KERNEL_BUILD_ROOT/fs/dec
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/fs/dec $DEC_SOURCE_ROOT)/* ./
/kernel/linux/common_modules/memory_security/
H A Dapply_hideaddr.sh11 KERNEL_BUILD_ROOT=$2
20 if [ ! -d "$KERNEL_BUILD_ROOT/fs/proc/memory_security" ]; then
21 mkdir $KERNEL_BUILD_ROOT/fs/proc/memory_security
24 cd $KERNEL_BUILD_ROOT/fs/proc/memory_security
25 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/fs/proc/memory_security/ $MEMORY_SECURITY_SOURCE_ROOT)/* ./

Completed in 2 milliseconds