summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/apob
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-06-22 16:16:45 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-06-23 16:31:47 +0000
commit87a9d8ffe641480c86eb8e856480692748930b8e (patch)
tree2646aae9bc5e47f6f8144cc68251d9d8bb639c3d /src/soc/amd/common/block/apob
parentb5a032859aec1449b46eed60a6c6aeb9147e45a7 (diff)
downloadcoreboot-87a9d8ffe641480c86eb8e856480692748930b8e.tar.gz
coreboot-87a9d8ffe641480c86eb8e856480692748930b8e.tar.bz2
coreboot-87a9d8ffe641480c86eb8e856480692748930b8e.zip
Makefile.inc: don't add fmap_config.h dependency twice
Commit d054bbd4f1ba ("Makefile.inc: fix multiple jobs build issue") added a dependency on $(obj)/fmap_config.h to all .c source files in all stages, so it's not needed any more to add it as a dependency to files that include fmap_config.h. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I7b62917f32ae9f51f079b243a606e5db07ca9099 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76002 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/apob')
-rw-r--r--src/soc/amd/common/block/apob/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/apob/Makefile.inc b/src/soc/amd/common/block/apob/Makefile.inc
index 746e015103c3..ae550bc522ad 100644
--- a/src/soc/amd/common/block/apob/Makefile.inc
+++ b/src/soc/amd/common/block/apob/Makefile.inc
@@ -3,7 +3,4 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_APOB),y)
romstage-y += apob_cache.c
ramstage-y += apob_cache.c
-$(call src-to-obj,romstage,$(dir)/apob_cache.c) : $(obj)/fmap_config.h
-$(call src-to-obj,ramstage,$(dir)/apob_cache.c) : $(obj)/fmap_config.h
-
endif # CONFIG_SOC_AMD_COMMON_BLOCK_APOB