summaryrefslogtreecommitdiff
path: root/src/soc/intel/pantherlake/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/pantherlake/Makefile.mk')
-rw-r--r--src/soc/intel/pantherlake/Makefile.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/soc/intel/pantherlake/Makefile.mk b/src/soc/intel/pantherlake/Makefile.mk
new file mode 100644
index 0000000000..106934a810
--- /dev/null
+++ b/src/soc/intel/pantherlake/Makefile.mk
@@ -0,0 +1,17 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+ifeq ($(CONFIG_SOC_INTEL_PANTHERLAKE_BASE),y)
+
+subdirs-y += ../../../cpu/intel/microcode
+subdirs-y += ../../../cpu/intel/turbo
+
+bootblock-y += bootblock/bootblock.c
+bootblock-y += bootblock/pcd.c
+bootblock-y += bootblock/report_platform.c
+bootblock-y += espi.c
+bootblock-y += soc_info.c
+
+CPPFLAGS_common += -I$(src)/soc/intel/pantherlake
+CPPFLAGS_common += -I$(src)/soc/intel/pantherlake/include
+
+endif