diff options
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/vboot/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index 5292bd142d..8052549bde 100644 --- a/src/security/vboot/Makefile.inc +++ b/src/security/vboot/Makefile.inc @@ -123,8 +123,6 @@ $(1)-srcs += $$(VBOOT_LIB_$(1)) endef # vboot-for-stage -CFLAGS_common += -I3rdparty/vboot/firmware/2lib/include - $(eval $(call vboot-for-stage,bootblock)) $(eval $(call vboot-for-stage,romstage)) $(eval $(call vboot-for-stage,ramstage)) |