Fix dependency problem for uart8250.c as well
authorStefan Reinauer <reinauer@chromium.org>
Thu, 11 Aug 2011 21:51:31 +0000 (14:51 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 9 Mar 2012 19:34:43 +0000 (20:34 +0100)
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>
src/lib/Makefile.inc

index add2fc3cdcd3880c772b7fd9774a465a48d4cfdb..e0e5e75060698b59a15b95c1ede2d3f25ab6b1d2 100644 (file)
@@ -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)