From patchwork Tue Oct 13 04:20:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: qemu pirq tables Date: Tue, 13 Oct 2009 04:20:08 -0000 From: Myles Watson X-Patchwork-Id: 395 Message-Id: <2831fecf0910122120p482e9a28i94b439e57e9ccfc8@mail.gmail.com> To: coreboot Build PIRQ tables when the user selects them. It's getting more and more obvious that we need CONFIG_HAVE_* and CONFIG_GENERATE_* for all the tables. There are lots of ways to break builds. Signed-off-by: Myles Watson Thanks, Myles Acked-by: Peter Stuge Index: svn/src/mainboard/emulation/qemu-x86/Makefile.inc =================================================================== --- svn.orig/src/mainboard/emulation/qemu-x86/Makefile.inc +++ svn/src/mainboard/emulation/qemu-x86/Makefile.inc @@ -6,6 +6,7 @@ crt0-y += ../../../../src/arch/i386/lib/ crt0-y += auto.inc obj-y += mainboard.o +obj-$(CONFIG_HAVE_PIRQ_TABLE) += irq_tables.o ldscript-y += ../../../../src/arch/i386/init/ldscript_fallback_cbfs.lb ldscript-y += ../../../../src/cpu/x86/16bit/entry16.lds