summaryrefslogtreecommitdiff
path: root/src/cpu/intel/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/Makefile.mk')
-rw-r--r--src/cpu/intel/Makefile.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/cpu/intel/Makefile.mk b/src/cpu/intel/Makefile.mk
new file mode 100644
index 0000000000..bc8f5375c1
--- /dev/null
+++ b/src/cpu/intel/Makefile.mk
@@ -0,0 +1,21 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+# Note: From here on down, we are socket-centric. Socket choice determines
+# what other CPU files are included.
+#
+# Therefore: ONLY include Makefiles from socket directories!
+
+subdirs-$(CONFIG_CPU_INTEL_FIRMWARE_INTERFACE_TABLE) += fit
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_441) += socket_441
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_BGA956) += socket_BGA956
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_FCBGA559) += socket_FCBGA559
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_M) += socket_m
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_P) += socket_p
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_MPGA604) += socket_mPGA604
+subdirs-$(CONFIG_CPU_INTEL_MODEL_2065X) += model_2065x
+subdirs-$(CONFIG_CPU_INTEL_MODEL_206AX) += model_206ax
+subdirs-$(CONFIG_CPU_INTEL_HASWELL) += haswell
+subdirs-$(CONFIG_CPU_INTEL_SLOT_1) += slot_1
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA775) += socket_LGA775
+
+subdirs-y += common