summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vendorcode/eltan/security/verified_boot/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vendorcode/eltan/security/verified_boot/Makefile.inc b/src/vendorcode/eltan/security/verified_boot/Makefile.inc
index 9158760322bd..aef81943a8bd 100644
--- a/src/vendorcode/eltan/security/verified_boot/Makefile.inc
+++ b/src/vendorcode/eltan/security/verified_boot/Makefile.inc
@@ -10,6 +10,11 @@ postcar-y += vboot_check.c
romstage-y += vboot_check.c
ramstage-y += vboot_check.c
+$(call src-to-obj,bootblock,$(dir)/vboot_check.c) : $(obj)/fmap_config.h
+$(call src-to-obj,postcar,$(dir)/vboot_check.c) : $(obj)/fmap_config.h
+$(call src-to-obj,romstage,$(dir)/vboot_check.c) : $(obj)/fmap_config.h
+$(call src-to-obj,ramstage,$(dir)/vboot_check.c) : $(obj)/fmap_config.h
+
ifeq ($(CONFIG_VENDORCODE_ELTAN_VBOOT),y)
cbfs-files-y += oemmanifest.bin
oemmanifest.bin-file := $(obj)/oemmanifest.bin