ext3: Flush disk caches on fsync when needed
[deliverable/linux.git] / arch / x86 / kernel / cpu / mcheck / Makefile
1 obj-y = mce.o
2
3 obj-$(CONFIG_X86_NEW_MCE) += mce-severity.o
4 obj-$(CONFIG_X86_OLD_MCE) += k7.o p4.o p6.o
5 obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
6 obj-$(CONFIG_X86_MCE_INTEL) += mce_intel.o
7 obj-$(CONFIG_X86_MCE_AMD) += mce_amd.o
8 obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o
9 obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
10 obj-$(CONFIG_X86_MCE_INJECT) += mce-inject.o
11
12 obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
This page took 0.031941 seconds and 5 git commands to generate.