aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_rPGA989
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_rPGA989')
-rw-r--r--src/cpu/intel/socket_rPGA989/Makefile.inc1
-rw-r--r--src/cpu/intel/socket_rPGA989/socket_rPGA989.c5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/intel/socket_rPGA989/Makefile.inc b/src/cpu/intel/socket_rPGA989/Makefile.inc
index b5d679a5a2..539f285d92 100644
--- a/src/cpu/intel/socket_rPGA989/Makefile.inc
+++ b/src/cpu/intel/socket_rPGA989/Makefile.inc
@@ -1,4 +1,3 @@
-ramstage-y += socket_rPGA989.c
subdirs-y += ../../x86/tsc
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/lapic
diff --git a/src/cpu/intel/socket_rPGA989/socket_rPGA989.c b/src/cpu/intel/socket_rPGA989/socket_rPGA989.c
deleted file mode 100644
index 6e05b57653..0000000000
--- a/src/cpu/intel/socket_rPGA989/socket_rPGA989.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <device/device.h>
-
-struct chip_operations cpu_intel_socket_rPGA989_ops = {
- CHIP_NAME("Socket rPGA989 CPU")
-};