From 17c951b2c42790adf96eb13c112d70de4df7ce40 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 24 Dec 2020 12:03:32 +0100 Subject: */Makefile.inc: Add some INTERMEDIATE targets to .PHONY Change-Id: I125e40204f3a9602ee5810d341ef40f9f50d045b Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/48897 Reviewed-by: Idwer Vollering Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/fast_spi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/fast_spi') diff --git a/src/soc/intel/common/block/fast_spi/Makefile.inc b/src/soc/intel/common/block/fast_spi/Makefile.inc index 79a2f97563..d99c44fe0c 100644 --- a/src/soc/intel/common/block/fast_spi/Makefile.inc +++ b/src/soc/intel/common/block/fast_spi/Makefile.inc @@ -46,6 +46,7 @@ check-fmap-16mib-crossing: $(obj)/fmap_config.h done; \ if [ $$fail -eq 1 ]; then false; fi +PHONY+=check-fmap-16mib-crossing INTERMEDIATE+=check-fmap-16mib-crossing CBFSTOOL_ADD_CMD_OPTIONS += --ext-win-base $(CONFIG_EXT_BIOS_WIN_BASE) --ext-win-size $(CONFIG_EXT_BIOS_WIN_SIZE) -- cgit v1.2.3