Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6
[deliverable/linux.git] / drivers / edac / Makefile
CommitLineData
da9bb1d2
AC
1#
2# Makefile for the Linux kernel EDAC drivers.
3#
4# Copyright 02 Jul 2003, Linux Networx (http://lnxi.com)
5# This file may be distributed under the terms of the
6# GNU General Public License.
7#
da9bb1d2
AC
8
9
c0d12172 10obj-$(CONFIG_EDAC) := edac_stub.o
7c9281d7
DT
11obj-$(CONFIG_EDAC_MM_EDAC) += edac_core.o
12
e27e3dac 13edac_core-objs := edac_mc.o edac_device.o edac_mc_sysfs.o edac_pci_sysfs.o
e27e3dac 14edac_core-objs += edac_module.o edac_device_sysfs.o
7c9281d7 15
91b99041
DJ
16ifdef CONFIG_PCI
17edac_core-objs += edac_pci.o edac_pci_sysfs.o
18endif
19
da9bb1d2 20obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
2a9036af 21obj-$(CONFIG_EDAC_CPC925) += cpc925_edac.o
eb60705a 22obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
8f421c59 23obj-$(CONFIG_EDAC_I5100) += i5100_edac.o
920c8df6 24obj-$(CONFIG_EDAC_I5400) += i5400_edac.o
da9bb1d2
AC
25obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
26obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
5a2c675c 27obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
da9bb1d2 28obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
420390f0 29obj-$(CONFIG_EDAC_I82975X) += i82975x_edac.o
535c6a53 30obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
df8bc08c 31obj-$(CONFIG_EDAC_X38) += x38_edac.o
da9bb1d2
AC
32obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
33obj-$(CONFIG_EDAC_R82600) += r82600_edac.o
7d6034d3
DT
34
35amd64_edac_mod-y := amd64_edac_err_types.o amd64_edac.o
36amd64_edac_mod-$(CONFIG_EDAC_DEBUG) += amd64_edac_dbg.o
37amd64_edac_mod-$(CONFIG_EDAC_AMD64_ERROR_INJECTION) += amd64_edac_inj.o
38
39obj-$(CONFIG_EDAC_AMD64) += amd64_edac_mod.o
40
7d8536fb 41obj-$(CONFIG_EDAC_PASEMI) += pasemi_edac.o
a9a753d5 42obj-$(CONFIG_EDAC_MPC85XX) += mpc85xx_edac.o
4f4aeeab 43obj-$(CONFIG_EDAC_MV64X60) += mv64x60_edac.o
48764e41 44obj-$(CONFIG_EDAC_CELL) += cell_edac.o
dba7a77c 45obj-$(CONFIG_EDAC_PPC4XX) += ppc4xx_edac.o
715fe7af
HC
46obj-$(CONFIG_EDAC_AMD8111) += amd8111_edac.o
47obj-$(CONFIG_EDAC_AMD8131) += amd8131_edac.o
This page took 0.357078 seconds and 5 git commands to generate.