x86: Move mrst to platform
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Oct 2010 08:38:13 +0000 (10:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:01 +0000 (14:30 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jacob Pan <jacob.jun.pan@intel.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
arch/x86/kernel/Makefile
arch/x86/platform/Makefile
arch/x86/platform/mrst/Makefile [new file with mode: 0644]
arch/x86/platform/mrst/mrst.c [moved from arch/x86/kernel/mrst.c with 100% similarity]

index f57eeea..4e1f862 100644 (file)
@@ -104,7 +104,6 @@ obj-$(CONFIG_PCSPKR_PLATFORM)       += pcspeaker.o
 obj-$(CONFIG_OLPC)             += olpc.o
 obj-$(CONFIG_OLPC_XO1)         += olpc-xo1.o
 obj-$(CONFIG_OLPC_OPENFIRMWARE)        += olpc_ofw.o
-obj-$(CONFIG_X86_MRST)         += mrst.o
 
 microcode-y                            := microcode_core.o
 microcode-$(CONFIG_MICROCODE_INTEL)    += microcode_intel.o
index 1191989..06761ed 100644 (file)
@@ -1,5 +1,6 @@
 # Platform specific code goes here
 obj-y  += efi/
+obj-y  += mrst/
 obj-y  += scx200/
 obj-y  += sfi/
 obj-y  += visws/
diff --git a/arch/x86/platform/mrst/Makefile b/arch/x86/platform/mrst/Makefile
new file mode 100644 (file)
index 0000000..efbbc55
--- /dev/null
@@ -0,0 +1 @@
+obj-$(CONFIG_X86_MRST)         += mrst.o