[coreboot-gerrit] New patch to review for coreboot: Makefile: Add 3rdparty to CPPFLAGS_common

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Jan 13 18:43:43 CET 2016


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

-gerrit

commit 51d6bf932023f45b1276c3253dcc65fb8f851360
Author: Jimmy Huang <jimmy.huang at mediatek.com>
Date:   Mon Nov 30 18:16:42 2015 +0800

    Makefile: Add 3rdparty to CPPFLAGS_common
    
    In some occasions, Coreboot may need to include the header file from
    3rdparty directory. By adding 3rdparty directory to Coreboot include
    path, we can include 3rdparty header file directly.
    
    BRANCH=none
    BUG=none
    TEST=build pass
    
    Change-Id: I8ed68bd330eae1211736a91b213c5dc0af2f7fa9
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: d6a86b3488ebbc9d8f5f46e922106b71034e7127
    Original-Change-Id: Ib8e9f059f88a8c6767f872af8760e91186ae5ec3
    Original-Signed-off-by: Jimmy Huang <jimmy.huang at mediatek.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/315021
    Original-Commit-Ready: Yidi Lin <yidi.lin at mediatek.com>
    Original-Tested-by: Yidi Lin <yidi.lin at mediatek.com>
    Original-Reviewed-by: Julius Werner <jwerner at chromium.org>
---
 Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.inc b/Makefile.inc
index d7bb018..b1f5595 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -304,6 +304,7 @@ CPPFLAGS_common += -Isrc/device/oprom/include
 VB_SOURCE ?= 3rdparty/vboot
 CPPFLAGS_common += -I$(VB_SOURCE)/firmware/include
 CPPFLAGS_common += -include $(src)/include/kconfig.h
+CPPFLAGS_common += -I3rdparty
 
 CFLAGS_common += -pipe -g -nostdinc
 CFLAGS_common += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes



More information about the coreboot-gerrit mailing list