Blame view

arch/x86/kernel/cpu/mcheck/Makefile 347 Bytes
c1ebf8356   Andi Kleen   x86: mce: Rename ...
1
  obj-y				=  mce.o mce-severity.o
01e11182e   Thomas Gleixner   x86: consolidate ...
2

4efc0670b   Andi Kleen   x86, mce: use 64b...
3
  obj-$(CONFIG_X86_ANCIENT_MCE)	+= winchip.o p5.o
1af0815f9   Hidetoshi Seto   x86, mce: rename ...
4
5
  obj-$(CONFIG_X86_MCE_INTEL)	+= mce_intel.o
  obj-$(CONFIG_X86_MCE_AMD)	+= mce_amd.o
b27626863   Andi Kleen   x86, mce, cmci: f...
6
  obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
ea149b36c   Andi Kleen   x86, mce: add bas...
7
  obj-$(CONFIG_X86_MCE_INJECT)	+= mce-inject.o
a65c88dd2   Hidetoshi Seto   x86, mce: unify s...
8

895287c0a   Hidetoshi Seto   x86, mce: squash ...
9
  obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
d334a4911   Huang Ying   ACPI, APEI, Gener...
10
11
  
  obj-$(CONFIG_ACPI_APEI)		+= mce-apei.o