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 <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4570 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2009-08-25 12:18:05 +00:00
parent 1476a9ecc4
commit f8f5b620a2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ subdirs-y += init
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