x86: Move uv to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Mike Travis <travis@sgi.com>
This commit is contained in:
parent
9694d4afc1
commit
329b84e42e
8 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,6 @@ obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o
|
|||
###
|
||||
# 64 bit specific files
|
||||
ifeq ($(CONFIG_X86_64),y)
|
||||
obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o
|
||||
obj-$(CONFIG_AUDIT) += audit_64.o
|
||||
|
||||
obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o
|
||||
|
|
|
@ -4,3 +4,4 @@ obj-y += mrst/
|
|||
obj-y += scx200/
|
||||
obj-y += sfi/
|
||||
obj-y += visws/
|
||||
obj-y += uv/
|
||||
|
|
1
arch/x86/platform/uv/Makefile
Normal file
1
arch/x86/platform/uv/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o
|
Loading…
Reference in a new issue