Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 627977d8 authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt
Browse files

ktest: Add INSTALL_MOD_STRIP=1 when installing modules



To keep the modules from bloating the target's filesystem
strip them during the install.

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent fde7d904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1643,7 +1643,7 @@ sub install {
	return;
    }

    run_command "$make INSTALL_MOD_PATH=$tmpdir modules_install" or
    run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
	dodie "Failed to install modules";

    my $modlib = "/lib/modules/$version";