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:
		@@ -5,7 +5,7 @@ subdirs-y += init
 | 
				
			|||||||
subdirs-y += lib
 | 
					subdirs-y += lib
 | 
				
			||||||
subdirs-y += smp
 | 
					subdirs-y += smp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
obj-y += ../../option_table.o
 | 
					obj-$(CONFIG_HAVE_OPTION_TABLE) += ../../option_table.o
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifdef POST_EVALUATION
 | 
					ifdef POST_EVALUATION
 | 
				
			||||||
BOOTBLOCK_SIZE=65536
 | 
					BOOTBLOCK_SIZE=65536
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user