diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-03-31 00:21:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-01 20:53:22 +0200 |
commit | 44187764af997cd46badc39dcd5a4d8da83b0af5 (patch) | |
tree | 8e9ab74152c3c26b36e5821f214c6bc236b3f5c9 /src/vendorcode | |
parent | 387cd3cf2fc7d7a5db88b04865742ea0a2431c91 (diff) | |
download | coreboot-44187764af997cd46badc39dcd5a4d8da83b0af5.tar.xz |
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>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/google/chromeos/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc index 8cf84fe983..91287b5cfa 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__ |