x86, mce: use 64bit machine check code on 32bit
[deliverable/linux.git] / arch / x86 / kernel / cpu / mcheck / Makefile
1 obj-y = mce.o therm_throt.o
2
3 obj-$(CONFIG_X86_OLD_MCE) += k7.o p4.o p6.o
4 obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
5 obj-$(CONFIG_X86_MCE_P4THERMAL) += mce_intel.o
6 obj-$(CONFIG_X86_MCE_INTEL) += mce_intel_64.o mce_intel.o
7 obj-$(CONFIG_X86_MCE_AMD) += mce_amd_64.o
8 obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o
9 obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
This page took 0.039079 seconds and 5 git commands to generate.