Skip to content

Commit 22ef8b3

Browse files
committed
chore(devtool): build_kernel: fix info message
Was: Kernel binary placed in build/kernel/vmlinux-4.14-x86_64.bin Now: Kernel binary placed in build/kernel/linux-4.14/vmlinux-4.14-x86_64.bin Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent bdaf063 commit 22ef8b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/tests/build_kernel.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ build_kernel() {
9090
cp $binary_path $binary_name
9191

9292
popd >/dev/null
93-
echo "Kernel binary placed in build/kernel/$binary_name"
93+
94+
local full_binary_path="$KERNEL_DEST_DIR/$binary_name"
95+
echo "Kernel binary placed in ${full_binary_path##$FC_ROOT_DIR/}"
9496
}
9597

9698

0 commit comments

Comments
 (0)