[FIX] Add missing swap_ksyms module to the list 60/20260/1
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Wed, 30 Apr 2014 07:48:25 +0000 (11:48 +0400)
committerVasiliy Ulyanov <v.ulyanov@samsung.com>
Wed, 30 Apr 2014 07:48:25 +0000 (11:48 +0400)
Change-Id: I59c33846149313229315e57bd768a1a3dac7f921
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
build.sh

index cce374c..4f45744 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -46,6 +46,7 @@ ks_features_module_name=swap_ks_features.ko
 sampler_module_name=swap_sampler.ko
 energy_module_name=swap_energy.ko
 parser_module_name=swap_message_parser.ko
+ksyms_module_name=swap_ksyms.ko
 
 install_dir="/opt/swap/sdk"
 
@@ -68,7 +69,8 @@ ${us_manager_dir}/${us_manager_module_name} \
 ${ks_features_dir}/${ks_features_module_name} \
 ${sampler_dir}/${sampler_module_name} \
 ${energy_dir}/${energy_module_name} \
-${parser_dir}/${parser_module_name}"
+${parser_dir}/${parser_module_name} \
+${ksyms_dir}/${ksyms_module_name}"
 
 # for m in ${modules} ; do
 #      sdb -e push $m ${install_dir}