diff mbox

[2/6] S390: BIOS create link to src folder for .img file

Message ID 1367854224-2354-3-git-send-email-agraf@suse.de
State New
Headers show

Commit Message

Alexander Graf May 6, 2013, 3:30 p.m. UTC
From: Dominik Dingel <dingel@linux.vnet.ibm.com>

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

Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

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