From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMlxF-0006Em-GQ for qemu-devel@nongnu.org; Thu, 19 Sep 2013 17:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMlx6-00027c-Cm for qemu-devel@nongnu.org; Thu, 19 Sep 2013 17:40:05 -0400 Received: from [137.65.135.21] (port=53287 helo=suse.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMlx6-000279-7k for qemu-devel@nongnu.org; Thu, 19 Sep 2013 17:39:56 -0400 From: Bruce Rogers Date: Thu, 19 Sep 2013 15:00:33 -0600 Message-Id: <1379624436-22845-1-git-send-email-brogers@suse.com> Subject: [Qemu-devel] [PATCH 0/3] roms: various improvements to roms/Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kraxel@redhat.com Cc: Bruce Rogers While attempting to use roms/Makefile to build the x86 firmware from source I encountered some issues that needed to be worked around. These patches improve the makefile to handle more of the x86 firmware binaries and to better handle recursive make usage. Bruce Rogers (3): roms: use formal MAKE variable reference in roms Makefile roms: make and install isa vgabios binary roms: make and install sgabios binary roms/Makefile | 37 +++++++++++++++++++++++++++---------- 1 files changed, 27 insertions(+), 10 deletions(-) -- 1.7.7