diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-19 01:30:16 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-19 01:30:16 +0000 |
commit | d0db8f904de367941e8b04f7b8a70ae3a1467a28 (patch) | |
tree | 3ac65c49183057d2f0374ff7f72a58f4b724b6c3 /src/config | |
parent | c675955f05411a78e7eec46faa5ce7ffd9bf481d (diff) | |
download | coreboot-d0db8f904de367941e8b04f7b8a70ae3a1467a28.tar.xz |
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 <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |