From e89e33e12e4185fa056a5d7ae6d2e8e7f5400a20 Mon Sep 17 00:00:00 2001 From: Dominik Dingel Date: Mon, 29 Apr 2013 04:52:06 +0000 Subject: 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: Dominik Dingel Signed-off-by: Alexander Graf --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a9ff4ad..9439f1c 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.1