See patch.
Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'. Not all boards have an option table (cmos.layout). Signed-off-by: Uwe Hermann <[email protected]> Index: src/arch/i386/Makefile.inc =================================================================== --- src/arch/i386/Makefile.inc (Revision 4566) +++ src/arch/i386/Makefile.inc (Arbeitskopie) @@ -5,7 +5,7 @@ subdirs-y += lib subdirs-y += smp -obj-y += ../../option_table.o +obj-$(CONFIG_HAVE_OPTION_TABLE) += ../../option_table.o ifdef POST_EVALUATION BOOTBLOCK_SIZE=65536
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

