From b87bb29f4f06050128d6a3597bcae209605b6321 Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Mon, 30 Nov 2015 18:16:42 +0800 Subject: 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 Original-Commit-Id: d6a86b3488ebbc9d8f5f46e922106b71034e7127 Original-Change-Id: Ib8e9f059f88a8c6767f872af8760e91186ae5ec3 Original-Signed-off-by: Jimmy Huang Original-Reviewed-on: https://chromium-review.googlesource.com/315021 Original-Commit-Ready: Yidi Lin Original-Tested-by: Yidi Lin Original-Reviewed-by: Julius Werner Reviewed-on: https://review.coreboot.org/12929 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index d7bb0186d3..b1f55957fe 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 -- cgit v1.2.3