From ec16d57be1da18a30cdc258af0db34fc57c840c4 Mon Sep 17 00:00:00 2001 From: Vasiliy Ulyanov Date: Wed, 30 Apr 2014 11:48:25 +0400 Subject: [PATCH] [FIX] Add missing swap_ksyms module to the list Change-Id: I59c33846149313229315e57bd768a1a3dac7f921 Signed-off-by: Vasiliy Ulyanov --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cce374c..4f45744 100755 --- 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} -- 2.7.4