[coreboot-gerrit] Patch set updated for coreboot: 73e517c vboot2: CFLAGS_* doesn't contain preprocessor flags anymore

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Apr 22 13:36:51 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/9948

-gerrit

commit 73e517c7cf506976a80b58a9ea73ac29b4c33d42
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Apr 22 11:11:21 2015 +0200

    vboot2: CFLAGS_* doesn't contain preprocessor flags anymore
    
    The preprocessor flags that are manipulated in that line are
    managed exclusively in CPPFLAGS since commit 58f73a69.
    
    Change-Id: I2263401a292b4f7435659b24cf4f695a927015ef
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/vboot2/Makefile.inc b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
index e1598aa..062f12e 100644
--- a/src/vendorcode/google/chromeos/vboot2/Makefile.inc
+++ b/src/vendorcode/google/chromeos/vboot2/Makefile.inc
@@ -40,7 +40,7 @@ verstage-y += verstage.ld
 
 VB_FIRMWARE_ARCH := $(ARCHDIR-$(ARCH-VERSTAGE-y))
 VB2_LIB = $(obj)/external/vboot_reference/vboot_fw20.a
-VBOOT_CFLAGS += $(patsubst -I%,-I$(top)/%,$(filter-out -include $(src)/include/kconfig.h, $(CFLAGS_verstage)))
+VBOOT_CFLAGS += $(patsubst -I%,-I$(top)/%,$(filter-out -include $(src)/include/kconfig.h, $(CPPFLAGS_verstage)))
 VBOOT_CFLAGS += $(verstage-c-ccopts)
 VBOOT_CFLAGS += -include $(top)/src/include/kconfig.h -Wno-missing-prototypes
 VBOOT_CFLAGS += -DVBOOT_DEBUG



More information about the coreboot-gerrit mailing list