x86: platform: Move iris to x86/platform where it belongs
authorThomas Gleixner <tglx@linutronix.de>
Sat, 20 Nov 2010 09:37:05 +0000 (10:37 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Nov 2010 09:37:05 +0000 (10:37 +0100)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile
arch/x86/platform/Makefile
arch/x86/platform/iris/Makefile [new file with mode: 0644]
arch/x86/platform/iris/iris.c [moved from arch/x86/kernel/iris.c with 100% similarity]

index beac17a..9e13763 100644 (file)
@@ -109,7 +109,6 @@ obj-$(CONFIG_MICROCODE)                     += microcode.o
 obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o
 
 obj-$(CONFIG_SWIOTLB)                  += pci-swiotlb.o
-obj-$(CONFIG_X86_32_IRIS)              += iris.o
 
 ###
 # 64 bit specific files
index a019bc3..021eee9 100644 (file)
@@ -1,6 +1,7 @@
 # Platform specific code goes here
 obj-y  += ce4100/
 obj-y  += efi/
+obj-y  += iris/
 obj-y  += mrst/
 obj-y  += olpc/
 obj-y  += scx200/
diff --git a/arch/x86/platform/iris/Makefile b/arch/x86/platform/iris/Makefile
new file mode 100644 (file)
index 0000000..db92198
--- /dev/null
@@ -0,0 +1 @@
+obj-$(CONFIG_X86_32_IRIS)              += iris.o