aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-10-15 15:08:14 -0400
committerThomas Gleixner <tglx@linutronix.de>2010-10-15 15:18:59 -0400
commit40ffa93791985ab300fd488072e9f37ccf72e88c (patch)
treea20192de6aa86ad4f69251cde0bcda86f20b5ec5 /arch/x86/kernel/Makefile
parent234bb549eea16ec7d5207ba747fb8dbf489e64c1 (diff)
x86: Remove stale pmtimer_64.c
This file is unused since the apic unification in 2.6.29, but nobody noticed. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 0925676266bd..dd9a2e459c78 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -120,7 +120,6 @@ obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o
120# 64 bit specific files 120# 64 bit specific files
121ifeq ($(CONFIG_X86_64),y) 121ifeq ($(CONFIG_X86_64),y)
122 obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o 122 obj-$(CONFIG_X86_UV) += tlb_uv.o bios_uv.o uv_irq.o uv_sysfs.o uv_time.o
123 obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o
124 obj-$(CONFIG_AUDIT) += audit_64.o 123 obj-$(CONFIG_AUDIT) += audit_64.o
125 124
126 obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o 125 obj-$(CONFIG_GART_IOMMU) += pci-gart_64.o aperture_64.o