Bladeren bron

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 14 jaren geleden
bovenliggende
commit
9cdca86972
4 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 0 1
      arch/x86/kernel/Makefile
  2. 1 0
      arch/x86/platform/Makefile
  3. 1 0
      arch/x86/platform/iris/Makefile
  4. 0 0
      arch/x86/platform/iris/iris.c

+ 0 - 1
arch/x86/kernel/Makefile

@@ -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

+ 1 - 0
arch/x86/platform/Makefile

@@ -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/

+ 1 - 0
arch/x86/platform/iris/Makefile

@@ -0,0 +1 @@
+obj-$(CONFIG_X86_32_IRIS)		+= iris.o

+ 0 - 0
arch/x86/kernel/iris.c → arch/x86/platform/iris/iris.c