aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/Makefile.inc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-02-22 14:22:44 +0530
committerAaron Durbin <adurbin@chromium.org>2017-03-06 20:41:19 +0100
commit9a0245a84dcdeb3f0cad6ddaa9cd1c56393d6ece (patch)
tree16e0911129bde1b6023e24fd030c53ec8070fc9b /src/soc/intel/common/Makefile.inc
parentc2c8397dbbe8bd36d2bc3c1a6a0960d574294585 (diff)
soc/intel/common: Make infrastructure ready for Intel common code
Select all Kconfig belongs into Intel SoC Family block/ips common code model and include required header.h file. Change-Id: Idbce59a57533dbeb9ccfadca966c3d7560537fa0 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/18377 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/Makefile.inc')
-rw-r--r--src/soc/intel/common/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc
index 25e51cd70b..acfd0548b2 100644
--- a/src/soc/intel/common/Makefile.inc
+++ b/src/soc/intel/common/Makefile.inc
@@ -1,5 +1,8 @@
ifeq ($(CONFIG_SOC_INTEL_COMMON),y)
+subdirs-y += basecode/
+subdirs-y += block/
+
bootblock-y += util.c
verstage-$(CONFIG_SOC_INTEL_COMMON_LPSS_I2C) += lpss_i2c.c