update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index a89f4a694f9c3b99bfee2eb353a77c51fb020c51..7b9e9dc86ebc32777b96a789a5056a09d3403ff2 100755 (executable)
@@ -40,11 +40,10 @@ VALUE=$(( ${VALUE} + 1 ))
 printf -v COUNT "%02d" ${VALUE}
 
 IN="?_arch_powerpc_kernel_prom_parse.c
-?_include_powerpc_prom.h
+?_include_asm-powerpc_prom.h
 ?_include_asm-sparc64_tlb.h
 ?_kernel_time_clocksource.c
-?_include_asm-ppc_ocp.h
-?_arch_ppc_kernel_ppc_ksyms.c"
+?_include_asm-ppc_ocp.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.029891 seconds and 4 git commands to generate.