From a4647618051ce1f709b3d704f4cae84ba08ea865 Mon Sep 17 00:00:00 2001 From: liangbotong Date: Tue, 4 Apr 2023 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?trace/hooks=E7=9B=AE=E5=BD=95=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=B7=B2=E8=BD=AC=E7=A7=BB=EF=BC=8C=E9=85=8D=E5=A5=97?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=93=BE=E6=8E=A5=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangbotong --- apply_newip.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/apply_newip.sh b/apply_newip.sh index f630800..be7b0a7 100755 --- a/apply_newip.sh +++ b/apply_newip.sh @@ -23,8 +23,6 @@ function main() ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/net $NEWIP_SOURCE_ROOT/src/linux/include/net)/*.h ./ cd $KERNEL_BUILD_ROOT/include/uapi/linux ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/uapi/linux $NEWIP_SOURCE_ROOT/src/linux/include/uapi/linux)/*.h ./ - cd $KERNEL_BUILD_ROOT/include/trace/hooks - ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/include/trace/hooks $NEWIP_SOURCE_ROOT/src/linux/include/trace/hooks)/*.h ./ if [ ! -d " $KERNEL_BUILD_ROOT/net/newip" ]; then mkdir $KERNEL_BUILD_ROOT/net/newip -- Gitee