Subrata Banik (subrata.banik@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18378
-gerrit
commit f35476ef3f6128945b33406ba8a27bd62d64741d Author: Subrata Banik subrata.banik@intel.com Date: Thu Feb 16 16:15:14 2017 +0530
soc/intel/common: Include common block directory [WIP]
Change-Id: Id6561033fc77c64c61ab0341337523e14f55dd80 Signed-off-by: Subrata Banik subrata.banik@intel.com --- src/soc/intel/common/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc index d6e1e75..ceae580 100644 --- a/src/soc/intel/common/Makefile.inc +++ b/src/soc/intel/common/Makefile.inc @@ -33,6 +33,9 @@ ramstage-$(CONFIG_SOC_INTEL_COMMON_NHLT) += nhlt.c
smm-$(CONFIG_SOC_INTEL_COMMON_SMI) += smihandler.c
+CPPFLAGS_common += -I$(src)/soc/intel/common/basecode/include/ +CPPFLAGS_common += -I$(src)/soc/intel/common/block/include/ + # Create and add the MRC cache to the cbfs image ifneq ($(CONFIG_CHROMEOS),y) $(obj)/mrc.cache: $(obj)/config.h