summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaulik V Vaghela <maulik.v.vaghela@intel.com>2019-11-30 18:39:27 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-12-02 12:07:02 +0000
commitbd36ea9866372e29ebf7c5bfd2c44dcef6c6e485 (patch)
tree72b1bfb8a36e563f32b30297b9df3810658638ab /src
parent57368465817341663d9d1e7f5565dbb3cd2020f8 (diff)
downloadcoreboot-bd36ea9866372e29ebf7c5bfd2c44dcef6c6e485.tar.gz
coreboot-bd36ea9866372e29ebf7c5bfd2c44dcef6c6e485.tar.bz2
coreboot-bd36ea9866372e29ebf7c5bfd2c44dcef6c6e485.zip
soc/intel/tigerlake: Change compilation based on TIGERLAKE_BASE
since we support JSL and TGL soc under tigerlake folder, we need to make sure all soc related files get compiled based on CONFIG_SOC_INTEL_TIGERLAKE_BASE and not only for Tigerlake. We can control soc specific file compilation through Kconfig of individual soc. Change-Id: I1a663555d0bdf7588c4e12363375e7c90629f7d9 Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37376 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/tigerlake/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/Makefile.inc b/src/soc/intel/tigerlake/Makefile.inc
index b402fa0d6393..0d5aecb32890 100644
--- a/src/soc/intel/tigerlake/Makefile.inc
+++ b/src/soc/intel/tigerlake/Makefile.inc
@@ -1,4 +1,4 @@
-ifeq ($(CONFIG_SOC_INTEL_TIGERLAKE),y)
+ifeq ($(CONFIG_SOC_INTEL_TIGERLAKE_BASE),y)
subdirs-y += romstage
subdirs-y += ../../../cpu/intel/microcode