Commit 9cdca869 authored by Thomas Gleixner's avatar Thomas Gleixner

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

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5ca9afdb
...@@ -109,7 +109,6 @@ obj-$(CONFIG_MICROCODE) += microcode.o ...@@ -109,7 +109,6 @@ obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o obj-$(CONFIG_X86_CHECK_BIOS_CORRUPTION) += check.o
obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o
obj-$(CONFIG_X86_32_IRIS) += iris.o
### ###
# 64 bit specific files # 64 bit specific files
......
# Platform specific code goes here # Platform specific code goes here
obj-y += ce4100/ obj-y += ce4100/
obj-y += efi/ obj-y += efi/
obj-y += iris/
obj-y += mrst/ obj-y += mrst/
obj-y += olpc/ obj-y += olpc/
obj-y += scx200/ obj-y += scx200/
......
obj-$(CONFIG_X86_32_IRIS) += iris.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment