[IMPROVE] Build: add strip to build script 31/20231/1 swap_dlog
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 29 Apr 2014 14:44:31 +0000 (18:44 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 29 Apr 2014 14:45:15 +0000 (18:45 +0400)
Change-Id: I5126f8e2e3c3cc2e552f8089c54973a03ca3f252
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
build.sh

index 6bf6e34..4ce1ea3 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -34,6 +34,8 @@ ln -s asm-${link_name} ${uprobe_arch_dir}/asm
 make CROSS_COMPILE=${cross_compile} ARCH=${arch} -C ${kernel_dir} \
        M=${modules_dir} extra_cflags="-Werror -I${modules_dir}" modules || exit 1
 
+${cross_compile}strip -x -g ${module_name}
+
 modules=\
 "${module_name}"