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:
parent
1476a9ecc4
commit
f8f5b620a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue