Add option_table.h as dependency for all C based object files if option tables are used.
This is to make sure that the file exists when it is needed. While this isn't the case for every C source file, it doesn't hurt either to create the file a bit sooner than strictly necessary. Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Acked-by: Jonathan Kollasch <jakllsch@kollasch.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
943b8b5997
commit
57205c7e43
@@ -7,9 +7,6 @@ ramstage-y += keyboard.c
|
||||
romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
|
||||
subdirs-y += vga
|
||||
|
||||
$(obj)/pc80/mc146818rtc.ramstage.o : $(OPTION_TABLE_H)
|
||||
$(obj)/pc80/mc146818rtc_early.romstage.o : $(OPTION_TABLE_H)
|
||||
|
||||
cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
|
||||
cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
|
||||
cmos.default-type = 0xaa
|
||||
|
Reference in New Issue
Block a user