aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcie/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/pcie/Makefile.mk')
-rw-r--r--src/soc/intel/common/block/pcie/Makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcie/Makefile.mk b/src/soc/intel/common/block/pcie/Makefile.mk
new file mode 100644
index 0000000000..9f7ce9a6f7
--- /dev/null
+++ b/src/soc/intel/common/block/pcie/Makefile.mk
@@ -0,0 +1,8 @@
+## SPDX-License-Identifier: GPL-2.0-only
+subdirs-y += ./*
+
+romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PCIE) += pcie_helpers.c
+
+ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PCIE) += pcie.c
+ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PCIE) += pcie_helpers.c
+ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PCIE) += pcie_rp.c