[coreboot-gerrit] New patch to review for coreboot: 99647fa chromeos: INCLUDES was renamed to CPPFLAGS_common

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Mar 31 15:13:29 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9173

-gerrit

commit 99647fab896ae4c69185a09fb47295e0053b1e18
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Mar 31 00:21:52 2015 +0200

    chromeos: INCLUDES was renamed to CPPFLAGS_common
    
    Change-Id: I39841c5358c53e6d2325d1304fd6cdfadb7f7ac4
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc
index 8cf84fe..91287b5 100644
--- a/src/vendorcode/google/chromeos/Makefile.inc
+++ b/src/vendorcode/google/chromeos/Makefile.inc
@@ -93,8 +93,8 @@ endif
 
 ifeq ($(CONFIG_VBOOT2_VERIFY_FIRMWARE),y)
 VB_SOURCE := vboot_reference
-INCLUDES += -I$(VB_SOURCE)/firmware/2lib/include
-INCLUDES += -I$(VB_SOURCE)/firmware/include
+CPPFLAGS_common += -I$(VB_SOURCE)/firmware/2lib/include
+CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include
 
 verstage-generic-ccopts += -D__PRE_RAM__ -D__VER_STAGE__
 



More information about the coreboot-gerrit mailing list