From patchwork Mon May 6 15:30:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 241736 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4DE742C00F4 for ; Tue, 7 May 2013 03:49:50 +1000 (EST) Received: from localhost ([::1]:39492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZNNs-0006oz-5c for incoming@patchwork.ozlabs.org; Mon, 06 May 2013 11:31:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZNN4-0006Si-7l for qemu-devel@nongnu.org; Mon, 06 May 2013 11:30:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZNMy-0003Bk-4D for qemu-devel@nongnu.org; Mon, 06 May 2013 11:30:34 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60832 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZNMx-0003BH-LM for qemu-devel@nongnu.org; Mon, 06 May 2013 11:30:27 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 19181A52D7; Mon, 6 May 2013 17:30:27 +0200 (CEST) From: Alexander Graf To: qemu-devel@nongnu.org Date: Mon, 6 May 2013 17:30:20 +0200 Message-Id: <1367854224-2354-3-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 In-Reply-To: <1367854224-2354-1-git-send-email-agraf@suse.de> References: <1367854224-2354-1-git-send-email-agraf@suse.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: blauwirbel@gmail.com, Dominik Dingel , anthony@codemonkey.ws, aurelien@aurel32.net Subject: [Qemu-devel] [PATCH 2/6] S390: BIOS create link to src folder for .img file X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Dominik Dingel 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 files changed, 1 insertions(+), 0 deletions(-) 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