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