diff options
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/eltan/security/verified_boot/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/eltan/security/verified_boot/Makefile.inc b/src/vendorcode/eltan/security/verified_boot/Makefile.inc index aef81943a8..9158760322 100644 --- a/src/vendorcode/eltan/security/verified_boot/Makefile.inc +++ b/src/vendorcode/eltan/security/verified_boot/Makefile.inc @@ -10,11 +10,6 @@ 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 |