[coreboot-gerrit] Patch set updated for coreboot: soc/intel/common: Add common code sub-directories

Subrata Banik (subrata.banik@intel.com) gerrit at coreboot.org
Fri Mar 3 12:04:03 CET 2017


Subrata Banik (subrata.banik at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18378

-gerrit

commit 53cfd703397d4abc9fd22d3f3d850236192e5132
Author: Subrata Banik <subrata.banik at intel.com>
Date:   Thu Feb 16 16:15:14 2017 +0530

    soc/intel/common: Add common code sub-directories
    
    Change-Id: Id6561033fc77c64c61ab0341337523e14f55dd80
    Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
 src/soc/intel/common/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc
index d6e1e75..1f698a3 100644
--- a/src/soc/intel/common/Makefile.inc
+++ b/src/soc/intel/common/Makefile.inc
@@ -1,5 +1,9 @@
 ifeq ($(CONFIG_SOC_INTEL_COMMON),y)
 
+subdirs-y += basecode/
+subdirs-y += block/
+subdirs-y += block/*
+
 bootblock-y += util.c
 
 verstage-$(CONFIG_SOC_INTEL_COMMON_LPSS_I2C) += lpss_i2c.c



More information about the coreboot-gerrit mailing list