build: scripts: fix to strip kernel modules 84/206084/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 14 May 2019 07:05:40 +0000 (16:05 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 14 May 2019 07:09:26 +0000 (16:09 +0900)
Fix to strip kernel modules from build script.

Change-Id: I25f79594813ea6220f98175daee3d4de58e3af38
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
scripts/mkmodimg.sh

index 83fd262..01d5fc0 100755 (executable)
@@ -14,7 +14,7 @@ if [ "$?" != "0" ]; then
        echo "Failed to make modules"
        exit 1
 fi
-make modules_install ARCH=arm INSTALL_MOD_PATH=${TMP_DIR}
+make modules_install ARCH=arm INSTALL_MOD_PATH=${TMP_DIR} INSTALL_MOD_STRIP=1
 if [ "$?" != "0" ]; then
        echo "Failed to make modules_install"
        exit 1