From f17f647a62427e7241c6cbee0a81be5a46072cd9 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 19 Jun 2009 21:18:14 +0000 Subject: Undo my ugly commit that added uses clauses in lots of places instead of one. Fix configuration of all boards. (Abuild tested) Hopefully fix compilation of PPC boards (they've never compiled for me.) Apologize profusely. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4367 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index d0c76600ee..a6524ede03 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -56,6 +56,11 @@ # Architecture options ############################################### +define CONFIG_ARCH_X86 + default 1 + export always + comment "X86 is the default" +end define ARCH default "i386" export always -- cgit v1.2.3