diff options
author | Nico Huber <nico.huber@secunet.com> | 2019-02-27 14:12:34 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-28 13:47:21 +0000 |
commit | 620e0f3f22059eae2c7ce0d272a3eca47a6c1de5 (patch) | |
tree | 3894b636b945701c25094d8002b28733747318d0 /src/cpu | |
parent | 64b82be3e3a7c6682b9b22b2ec5b5396f3e21512 (diff) |
cpu/intel: Remove `socket_mPGA478`
Doesn't look like it could be used.
Change-Id: I8074df12d062bd15f2388b367b3698c9d3b7b5b6
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/31641
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/socket_mPGA478/Makefile.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cpu/intel/socket_mPGA478/Makefile.inc b/src/cpu/intel/socket_mPGA478/Makefile.inc deleted file mode 100644 index 4377f64d16..0000000000 --- a/src/cpu/intel/socket_mPGA478/Makefile.inc +++ /dev/null @@ -1,9 +0,0 @@ -subdirs-y += ../model_69x -subdirs-y += ../model_6dx -subdirs-y += ../../x86/tsc -subdirs-y += ../../x86/mtrr -subdirs-y += ../../x86/lapic -subdirs-y += ../../x86/cache -subdirs-y += ../../x86/smm -subdirs-y += ../microcode -subdirs-y += ../hyperthreading |