diff options
author | Alan Cox <alan@linux.intel.com> | 2012-01-26 17:33:30 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-26 21:23:53 +0100 |
commit | 1a8359e411eb5055405412a7da812dae63c64a55 (patch) | |
tree | 239dc5187f6634561dd1ef95ee0f0ea1b5a690ec /arch/x86/platform/mrst/Makefile | |
parent | d450c088fb00d5a744b1fe8648a488035a10a03c (diff) | |
download | blackbird-op-linux-1a8359e411eb5055405412a7da812dae63c64a55.tar.gz blackbird-op-linux-1a8359e411eb5055405412a7da812dae63c64a55.zip |
x86/mid: Remove Intel Moorestown
All production devices operate in the Oaktrail configuration
with legacy PC elements present and an ACPI BIOS. Continue
stripping out the Moorestown elements from the tree leaving
Medfield.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: jacob.jun.pan@linux.intel.com
Link: http://lkml.kernel.org/n/tip-fvm1hgpq99jln6l0fbek68ik@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/platform/mrst/Makefile')
-rw-r--r-- | arch/x86/platform/mrst/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/mrst/Makefile b/arch/x86/platform/mrst/Makefile index 7baed5135e0f..af1da7e623f9 100644 --- a/arch/x86/platform/mrst/Makefile +++ b/arch/x86/platform/mrst/Makefile @@ -1,4 +1,3 @@ obj-$(CONFIG_X86_INTEL_MID) += mrst.o obj-$(CONFIG_X86_INTEL_MID) += vrtc.o obj-$(CONFIG_EARLY_PRINTK_INTEL_MID) += early_printk_mrst.o -obj-$(CONFIG_X86_MRST) += pmu.o |