chromeos: INCLUDES was renamed to CPPFLAGS_common
Change-Id: I39841c5358c53e6d2325d1304fd6cdfadb7f7ac4 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/9173 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
387cd3cf2f
commit
44187764af
@ -93,8 +93,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_VBOOT2_VERIFY_FIRMWARE),y)
|
ifeq ($(CONFIG_VBOOT2_VERIFY_FIRMWARE),y)
|
||||||
VB_SOURCE := vboot_reference
|
VB_SOURCE := vboot_reference
|
||||||
INCLUDES += -I$(VB_SOURCE)/firmware/2lib/include
|
CPPFLAGS_common += -I$(VB_SOURCE)/firmware/2lib/include
|
||||||
INCLUDES += -I$(VB_SOURCE)/firmware/include
|
CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include
|
||||||
|
|
||||||
verstage-generic-ccopts += -D__PRE_RAM__ -D__VER_STAGE__
|
verstage-generic-ccopts += -D__PRE_RAM__ -D__VER_STAGE__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user