summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_LGA775/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_LGA775/Makefile.mk')
-rw-r--r--src/cpu/intel/socket_LGA775/Makefile.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_LGA775/Makefile.mk b/src/cpu/intel/socket_LGA775/Makefile.mk
new file mode 100644
index 0000000000..eb42dea16b
--- /dev/null
+++ b/src/cpu/intel/socket_LGA775/Makefile.mk
@@ -0,0 +1,16 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+subdirs-y += ../model_6fx
+subdirs-y += ../model_f3x
+subdirs-y += ../model_f4x
+subdirs-y += ../model_1067x
+subdirs-y += ../microcode
+subdirs-y += ../speedstep
+
+bootblock-y += ../car/p4-netburst/cache_as_ram.S
+bootblock-y += ../car/bootblock.c
+bootblock-y += ../../x86/early_reset.S
+
+postcar-y += ../car/p4-netburst/exit_car.S
+
+romstage-y += ../car/romstage.c