x86: platform: Move iris to x86/platform where it belongs

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

+2 -1
-1
arch/x86/kernel/Makefile
··· 109 109 obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o 110 110 111 111 obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o 112 - obj-$(CONFIG_X86_32_IRIS) += iris.o 113 112 114 113 ### 115 114 # 64 bit specific files
arch/x86/kernel/iris.c arch/x86/platform/iris/iris.c
+1
arch/x86/platform/Makefile
··· 1 1 # Platform specific code goes here 2 2 obj-y += ce4100/ 3 3 obj-y += efi/ 4 + obj-y += iris/ 4 5 obj-y += mrst/ 5 6 obj-y += olpc/ 6 7 obj-y += scx200/
+1
arch/x86/platform/iris/Makefile
··· 1 + obj-$(CONFIG_X86_32_IRIS) += iris.o