X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=scripts%2Flttng-6-split-script.sh;fp=scripts%2Flttng-6-split-script.sh;h=52b810d5d2348264da61fcdf10269db9baa2d32e;hb=3ff6a8be631760f17c86e3a737839ea530c9dfea;hp=d6a25f10cbc6ad3013e5196c961f73c59c7fd29f;hpb=a6f78e03d6bf08862b05dcc7a1329df458a8b26e;p=lttv.git diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index d6a25f10..52b810d5 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -113,7 +113,9 @@ FILE=../${PRENAME}${COUNT}${NAME}-markers-powerpc.diff VALUE=$(( ${VALUE} + 1 )) printf -v COUNT "%02d" ${VALUE} -IN="?_include_asm-powerpc_marker.h" +IN="?_include_asm-powerpc_marker.h +?_arch_powerpc_kernel_marker.c +?_arch_powerpc_kernel_Makefile" for a in $IN; do wr $a $FILE; done