Skip to content

Commit b28d6ca

Browse files
pevikmasahir0y
authored andcommitted
kbuild: buildtar: always make modules_install
It is done for the same reasons as 4243afd does it for builddeb: always runs make modules to install modules.builtin* files, which are needed for e.g. initramfs-tools or LTP testing tool. Signed-off-by: Petr Vorel <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 884f55f commit b28d6ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/package/buildtar

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ fi
3737

3838

3939
#
40-
# Try to install modules
40+
# Install modules
4141
#
42-
if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then
43-
make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
44-
fi
42+
make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
4543

4644

4745
#

0 commit comments

Comments
 (0)