Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 4b9e71e

Browse files
committedDec 1, 2018
List modules folder after install
1 parent 9da640d commit 4b9e71e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎scripts/compile_kernel.sh

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ create_kernel_for () {
175175
mkdir -p $BUILD_RESULTS/$PI_VERSION/modules
176176
ARCH=arm CROSS_COMPILE=${CCPREFIX[${PI_VERSION}]} INSTALL_MOD_PATH=$BUILD_RESULTS/$PI_VERSION/modules make modules_install -j$NUM_CPUS
177177

178+
echo "### Listing $BUILD_RESULTS/$PI_VERSION/modules"
179+
ls -l $BUILD_RESULTS/$PI_VERSION/modules
180+
178181
# remove symlinks, mustn't be part of raspberrypi-bootloader*.deb
179182
echo "### removing symlinks"
180183
rm -f $BUILD_RESULTS/$PI_VERSION/modules/lib/modules/*/build

0 commit comments

Comments
 (0)