From 9cad23a504aa328a59a4100a8b07e97ef009257b Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 6 Jul 2021 16:21:02 +0200 Subject: [PATCH] soc/intel/common/block/fast_spi/Makefile.inc: Improve cosmetics Change-Id: I41bbdabf7b846386651e64f4afb5b7b9fb38e1cb Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/56118 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Sean Rhodes --- src/soc/intel/common/block/fast_spi/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/soc/intel/common/block/fast_spi/Makefile.inc b/src/soc/intel/common/block/fast_spi/Makefile.inc index ff8517d64e..62c744f0fb 100644 --- a/src/soc/intel/common/block/fast_spi/Makefile.inc +++ b/src/soc/intel/common/block/fast_spi/Makefile.inc @@ -41,8 +41,7 @@ smm-y += mmap_boot.c # region within the SPI flash crosses this boundary, then the check complains # and exits. -$(call add_intermediate, check-fmap-16mib-crossing) -check-fmap-16mib-crossing: $(obj)/fmap_config.h +$(call add_intermediate, check-fmap-16mib-crossing, $(obj)/fmap_config.h) fmap_get() { awk "/$$1/ { print \$$NF }" < $<; }; \ \ flash_offset=$$(fmap_get FMAP_SECTION_FLASH_START); \