vboot: Remove unused 2lib header path
Before the change to use vb2_api.h, coreboot needed to know where to find the vboot2 header files. Now those are all included by vb2_api.h, so coreboot doesn't need to know about firmware/2lib/include (and in fact, the 2lib directory is about to go away). BUG=chromium:423882 BRANCH=none TEST=emerge-veyron_pinky coreboot Change-Id: I7f69ca9cf8d45c325219efceca0cb8d1340f7736 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/233223 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
parent
51080a0af1
commit
b4d4a2da1c
1 changed files with 0 additions and 1 deletions
|
|
@ -55,5 +55,4 @@ endif
|
|||
VB_SOURCE := vboot_reference
|
||||
subdirs-$(CONFIG_VBOOT_VERIFY_FIRMWARE) += vboot1
|
||||
subdirs-$(CONFIG_VBOOT2_VERIFY_FIRMWARE) += vboot2
|
||||
INCLUDES += -I$(VB_SOURCE)/firmware/2lib/include
|
||||
INCLUDES += -I$(VB_SOURCE)/firmware/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue