aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/Makefile')
-rw-r--r--drivers/edac/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile
index 93137fdab4b3..51f59aa84d30 100644
--- a/drivers/edac/Makefile
+++ b/drivers/edac/Makefile
@@ -8,7 +8,12 @@
8# $Id: Makefile,v 1.4.2.3 2005/07/08 22:05:38 dsp_llnl Exp $ 8# $Id: Makefile,v 1.4.2.3 2005/07/08 22:05:38 dsp_llnl Exp $
9 9
10 10
11obj-$(CONFIG_EDAC_MM_EDAC) += edac_mc.o 11obj-$(CONFIG_EDAC_MM_EDAC) += edac_core.o
12
13edac_core-objs := edac_mc.o edac_mc_sysfs.o edac_pci_sysfs.o
14
15edac_core-objs += edac_module.o
16
12obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o 17obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
13obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o 18obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
14obj-$(CONFIG_EDAC_E752X) += e752x_edac.o 19obj-$(CONFIG_EDAC_E752X) += e752x_edac.o