summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Makefile.inc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-04-19 10:23:30 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-06-21 15:54:48 +0000
commit90d3b2b0c0d63d58d75cf28616724a41e7951e58 (patch)
tree50f7801d99fef91f7597af9655f5348647fd75fb /src/soc/intel/common/basecode/Makefile.inc
parent2e464cf3b0a475bde87babb27361342708bd00a0 (diff)
downloadcoreboot-90d3b2b0c0d63d58d75cf28616724a41e7951e58.tar.xz
soc/intel/common: Make infrastructure ready for Intel common stage files
Select all Kconfig belongs into Intel SoC Family basecode/stage files and include required headers from include/intelbasecode/ files. BUG=None BRANCH=none TEST=Code is compiling with cannonlake configurations and also booting on cannonlake RVP. Change-Id: Iac99b4346e8bf6e260b00be9fefede5ad7b3e778 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/25734 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/basecode/Makefile.inc')
-rw-r--r--src/soc/intel/common/basecode/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/basecode/Makefile.inc b/src/soc/intel/common/basecode/Makefile.inc
new file mode 100644
index 0000000000..7fdd0e544b
--- /dev/null
+++ b/src/soc/intel/common/basecode/Makefile.inc
@@ -0,0 +1,7 @@
+ifeq ($(CONFIG_SOC_INTEL_COMMON_BASECODE),y)
+
+subdirs-y += ./*
+
+CPPFLAGS_common += -I$(src)/soc/intel/common/basecode/include/
+
+endif