From d0db8f904de367941e8b04f7b8a70ae3a1467a28 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 19 Mar 2009 01:30:16 +0000 Subject: fix the following warning on all boards that don't have PIRQ_ROUTE enabled In file included from coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:2: coreboot-v2-4017/src/arch/i386/include/arch/pirq_routing.h:45:5: warning: "PIRQ_ROUTE" is not defined coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:103:6: warning: "PIRQ_ROUTE" is not defined Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index 9a2101f35f..587a1cca4a 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -738,7 +738,7 @@ define HAVE_PIRQ_TABLE end define PIRQ_ROUTE default 0 - export used + export always comment "Define if we have a PIRQ table and want routing IRQs" end define IRQ_SLOT_COUNT -- cgit v1.2.3