aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/pch/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/pch/Makefile.inc')
-rw-r--r--src/soc/intel/common/pch/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/pch/Makefile.inc b/src/soc/intel/common/pch/Makefile.inc
new file mode 100644
index 0000000000..fca3908a03
--- /dev/null
+++ b/src/soc/intel/common/pch/Makefile.inc
@@ -0,0 +1,5 @@
+subdirs-$(CONFIG_SOC_INTEL_COMMON_PCH_BASE) += ./*
+
+ifeq ($(CONFIG_SOC_INTEL_COMMON_PCH_BASE),y)
+CPPFLAGS_common += -I$(src)/soc/intel/common/pch/include/
+endif