Merge tag 'davinci-for-v4.9/soc' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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 8
c0d12172 9obj-$(CONFIG_EDAC) := edac_stub.o
7c9281d7
DT
10obj-$(CONFIG_EDAC_MM_EDAC) += edac_core.o
11
19ca5a3c 12edac_core-y := edac_mc.o edac_device.o edac_mc_sysfs.o
c4cf3b45 13edac_core-y += edac_module.o edac_device_sysfs.o wq.o
7c9281d7 14
7ac8bf9b
BP
15edac_core-$(CONFIG_EDAC_DEBUG) += debugfs.o
16
91b99041 17ifdef CONFIG_PCI
f570e1dd 18edac_core-y += edac_pci.o edac_pci_sysfs.o
91b99041
DJ
19endif
20
77c5f5d2 21obj-$(CONFIG_EDAC_GHES) += ghes_edac.o
9cdeb404 22
f570e1dd 23edac_mce_amd-y := mce_amd.o
0d18b2e3 24obj-$(CONFIG_EDAC_DECODE_MCE) += edac_mce_amd.o
b70ef010 25
da9bb1d2 26obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
2a9036af 27obj-$(CONFIG_EDAC_CPC925) += cpc925_edac.o
eb60705a 28obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
8f421c59 29obj-$(CONFIG_EDAC_I5100) += i5100_edac.o
920c8df6 30obj-$(CONFIG_EDAC_I5400) += i5400_edac.o
fcaf780b 31obj-$(CONFIG_EDAC_I7300) += i7300_edac.o
a0c36a1f 32obj-$(CONFIG_EDAC_I7CORE) += i7core_edac.o
3d78c9af 33obj-$(CONFIG_EDAC_SBRIDGE) += sb_edac.o
4ec656bd 34obj-$(CONFIG_EDAC_SKX) += skx_edac.o
da9bb1d2
AC
35obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
36obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
5a2c675c 37obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
da9bb1d2 38obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
420390f0 39obj-$(CONFIG_EDAC_I82975X) += i82975x_edac.o
535c6a53 40obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
dd8ef1db 41obj-$(CONFIG_EDAC_I3200) += i3200_edac.o
7ee40b89 42obj-$(CONFIG_EDAC_IE31200) += ie31200_edac.o
df8bc08c 43obj-$(CONFIG_EDAC_X38) += x38_edac.o
da9bb1d2
AC
44obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
45obj-$(CONFIG_EDAC_R82600) += r82600_edac.o
7d6034d3 46
b70ef010 47amd64_edac_mod-y := amd64_edac.o
7d6034d3
DT
48amd64_edac_mod-$(CONFIG_EDAC_DEBUG) += amd64_edac_dbg.o
49amd64_edac_mod-$(CONFIG_EDAC_AMD64_ERROR_INJECTION) += amd64_edac_inj.o
50
51obj-$(CONFIG_EDAC_AMD64) += amd64_edac_mod.o
52
7d8536fb 53obj-$(CONFIG_EDAC_PASEMI) += pasemi_edac.o
a9a753d5 54obj-$(CONFIG_EDAC_MPC85XX) += mpc85xx_edac.o
4f4aeeab 55obj-$(CONFIG_EDAC_MV64X60) += mv64x60_edac.o
48764e41 56obj-$(CONFIG_EDAC_CELL) += cell_edac.o
dba7a77c 57obj-$(CONFIG_EDAC_PPC4XX) += ppc4xx_edac.o
715fe7af
HC
58obj-$(CONFIG_EDAC_AMD8111) += amd8111_edac.o
59obj-$(CONFIG_EDAC_AMD8131) += amd8131_edac.o
dd8ef1db 60
5c770755 61obj-$(CONFIG_EDAC_TILE) += tile_edac.o
a1b01edb
RH
62
63obj-$(CONFIG_EDAC_HIGHBANK_MC) += highbank_mc_edac.o
69154d06 64obj-$(CONFIG_EDAC_HIGHBANK_L2) += highbank_l2_edac.o
f65aad41
RB
65
66obj-$(CONFIG_EDAC_OCTEON_PC) += octeon_edac-pc.o
67obj-$(CONFIG_EDAC_OCTEON_L2C) += octeon_edac-l2c.o
68obj-$(CONFIG_EDAC_OCTEON_LMC) += octeon_edac-lmc.o
69obj-$(CONFIG_EDAC_OCTEON_PCI) += octeon_edac-pci.o
71bcada8 70
c3eea194 71obj-$(CONFIG_EDAC_ALTERA) += altera_edac.o
ae9b56e3 72obj-$(CONFIG_EDAC_SYNOPSYS) += synopsys_edac.o
0d442930 73obj-$(CONFIG_EDAC_XGENE) += xgene_edac.o
This page took 0.716898 seconds and 5 git commands to generate.