From ab355750fc444315bfecf4be2195a98eceaeacef Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 15 Oct 2015 11:07:07 +0200 Subject: arch/x86: avoid race condition on build.h Change-Id: I15375ac1247b7cc8d80d910a767c7f3e67eb8739 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11904 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- src/arch/x86/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 9b3101dc77..06bd3ca2ab 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -85,6 +85,8 @@ endif # the right order. Make sure the auto generated bootblock.inc is a proper # dependency. Make the same true for the linker sript. bootblock-y += id.S +$(obj)/arch/x86/id.bootblock.o: $(obj)/build.h + bootblock-y += bootblock.S bootblock-y += walkcbfs.S $(obj)/arch/x86/bootblock.bootblock.o: $(objgenerated)/bootblock.inc -- cgit v1.2.3