From a81f32192486952979d505e51ba6ae7a7d30e91d Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 25 Jul 2017 15:55:08 +0200 Subject: drivers/pc80/rtc: Build for bootblock and postcar stages too Fixes builds with BOOTBLOCK_CONSOLE && USE_OPTION_TABLE. Change-Id: I1c7e9baa60f33c2c3651e2def0335454f7e20451 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/20767 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 2f230ca82e..573020123a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -198,6 +198,7 @@ endif export UPDATED_SUBMODULES:=1 endif +postcar-c-deps:=$$(OPTION_TABLE_H) ramstage-c-deps:=$$(OPTION_TABLE_H) romstage-c-deps:=$$(OPTION_TABLE_H) verstage-c-deps:=$$(OPTION_TABLE_H) -- cgit v1.2.3