Fix build with USE_OPTION_TABLE
Parallelized build might try to build SMM before option_table.h is created. Remove related redundant explicit rules. Change-Id: Ida8b5c408af05adcf3210ce7bfc8a1e5959194c7 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4299 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Alexandru Gagniuc
parent
eb13b6f3e8
commit
ce22cd066b
@@ -127,6 +127,7 @@ endif
|
||||
ramstage-c-deps:=$$(OPTION_TABLE_H)
|
||||
romstage-c-deps:=$$(OPTION_TABLE_H)
|
||||
bootblock-c-deps:=$$(OPTION_TABLE_H)
|
||||
smm-c-deps:=$$(OPTION_TABLE_H)
|
||||
|
||||
#######################################################################
|
||||
# Add handler to compile ACPI's ASL
|
||||
|
Reference in New Issue
Block a user