Fix dependency problem for uart8250.c as well
If you build in parallel, option_table.h will occasionally not be there yet and the build will fail. Change-Id: I828956ab2e05c48d20c2f7c55616cc8fa19e1227 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/698 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
ba9dae27e1
commit
526087172d
|
@ -52,4 +52,5 @@ OPTION_TABLE_H:=$(obj)/option_table.h
|
|||
endif
|
||||
|
||||
$(obj)/lib/uart8250mem.smm.o : $(OPTION_TABLE_H)
|
||||
$(obj)/lib/uart8250.smm.o : $(OPTION_TABLE_H)
|
||||
|
||||
|
|
Loading…
Reference in New Issue