aboutsummaryrefslogtreecommitdiff
path: root/src/security/vboot
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-12-17 17:34:05 +0800
committerJoel Kitching <kitching@google.com>2019-12-18 09:47:40 +0000
commit85d44f4a5e6c72e64f38ef613205994b25b4f992 (patch)
tree4b155c4572212a9b1fdee894cb6ca3f412d19a81 /src/security/vboot
parent26060bc7c852b6b6ecf6ecb0e225d4ef414c8f6f (diff)
vboot: remove 2lib headers from Makefile
Only headers from firmware/lib should be imported. As far as I can tell, nothing imports 2lib headers directly anymore, so we can get rid of this CFLAG. BUG=b:124141368, chromium:968464 TEST=make clean && make test-abuild BRANCH=none Change-Id: Ie5f3fe1d0180113b332e57ed07d4cfe563e7ecf2 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37786 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/security/vboot')
-rw-r--r--src/security/vboot/Makefile.inc2
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))