diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:36 -0400 |
commit | e86a989de27d4c0226928d6132f284f6156f30f7 (patch) | |
tree | 366c848f5d26277750cfa891d236a81f51655792 /arch/x86_64/kernel/Makefile | |
parent | 2cf08fa82161bf398c1a6321d738a45730b0acd2 (diff) |
x86_64: prepare shared kernel/tce.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel/Makefile')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 7918fee8b9b3..4702333f93b1 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -30,7 +30,7 @@ obj-$(CONFIG_HIBERNATION) += suspend_asm.o | |||
30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ | 30 | obj-$(CONFIG_CPU_FREQ) += ../../i386/kernel/cpu/cpufreq/ |
31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 31 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
32 | obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o | 32 | obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o |
33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce.o | 33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o |
34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o | 34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o |
35 | obj-$(CONFIG_KPROBES) += kprobes.o | 35 | obj-$(CONFIG_KPROBES) += kprobes.o |
36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer.o | 36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer.o |