~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/x86/kernel/cpu/mcheck/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
obj-y                           =  mce.o mce-severity.o
 
2
 
 
3
obj-$(CONFIG_X86_ANCIENT_MCE)   += winchip.o p5.o
 
4
obj-$(CONFIG_X86_MCE_INTEL)     += mce_intel.o
 
5
obj-$(CONFIG_X86_MCE_AMD)       += mce_amd.o
 
6
obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
 
7
obj-$(CONFIG_X86_MCE_INJECT)    += mce-inject.o
 
8
 
 
9
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
 
10
 
 
11
obj-$(CONFIG_ACPI_APEI)         += mce-apei.o