update scripts
[lttv.git] / scripts / lttng-6-split-script.sh
index a89f4a694f9c3b99bfee2eb353a77c51fb020c51..60e01d0a0a2b7f96abd0236f58c33eb748e009b2 100755 (executable)
@@ -40,11 +40,12 @@ 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"
+?_arch_powerpc_kernel_setup_32.c
+?_arch_ppc_kernel_setup.c"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.02262 seconds and 4 git commands to generate.