From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4SVj-0001cD-56 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4SVX-0007pd-Vc for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:20:31 -0400 From: Alexander Graf Date: Tue, 8 Jul 2014 12:20:18 +0200 Message-Id: <1404814818-15101-9-git-send-email-agraf@suse.de> In-Reply-To: <1404814818-15101-1-git-send-email-agraf@suse.de> References: <1404814818-15101-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 8/8] PPC: e500: Actually install u-boot.e500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Cole Robinson From: Cole Robinson Signed-off-by: Cole Robinson Signed-off-by: Alexander Graf --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eea0c4..d6b9dc1 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,8 @@ multiboot.bin linuxboot.bin kvmvapic.bin \ s390-zipl.rom \ s390-ccw.img \ spapr-rtas.bin slof.bin \ -palcode-clipper +palcode-clipper \ +u-boot.e500 else BLOBS= endif -- 1.8.1.4