Commit e89e33e1 authored by Dominik Dingel's avatar Dominik Dingel Committed by Alexander Graf
Browse files

S390: BIOS create link to src folder for .img file



For *.img files, there will be a link created directly to the src folder,
like for all other blobs.

Signed-off-by: default avatarDominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 1f7de853
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4518,6 +4518,7 @@ for bios_file in \
    $source_path/pc-bios/*.aml \
    $source_path/pc-bios/*.rom \
    $source_path/pc-bios/*.dtb \
    $source_path/pc-bios/*.img \
    $source_path/pc-bios/openbios-* \
    $source_path/pc-bios/palcode-*
do