update scripts
[lttv.git] / scripts / lttng-split-script.sh
index 01839ec69088c516667171b1c96506128b67aa97..5706600a27ac66773c360ab213d6f86fbb5244ab 100755 (executable)
@@ -275,6 +275,7 @@ IN="?_MAINTAINERS
 ?_ltt_Kconfig
 ?_ltt_ltt-core.c
 ?_ltt_ltt-control.c
+?_ltt_ltt-control.h
 ?_ltt_ltt-statedump.c
 ?_arch_i386_Kconfig
 ?_arch_ppc_Kconfig
@@ -289,6 +290,12 @@ IN="?_MAINTAINERS
 ?_kernel_exit.c
 ?_kernel_fork.c"
 
+FILE=../$NAME-modules.diff
+
+IN="?_ltt_ltt-control.c
+?_ltt_ltt-control.h
+?_ltt_ltt-statedump.c"
+
 for a in $IN; do wr $a $FILE; done
 
 cd ..
This page took 0.022095 seconds and 4 git commands to generate.