diff options
Diffstat (limited to 'drivers/edac/Makefile')
-rw-r--r-- | drivers/edac/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile new file mode 100644 index 000000000000..93137fdab4b3 --- /dev/null +++ b/drivers/edac/Makefile | |||
@@ -0,0 +1,18 @@ | |||
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 | # | ||
8 | # $Id: Makefile,v 1.4.2.3 2005/07/08 22:05:38 dsp_llnl Exp $ | ||
9 | |||
10 | |||
11 | obj-$(CONFIG_EDAC_MM_EDAC) += edac_mc.o | ||
12 | obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o | ||
13 | obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o | ||
14 | obj-$(CONFIG_EDAC_E752X) += e752x_edac.o | ||
15 | obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o | ||
16 | obj-$(CONFIG_EDAC_I82860) += i82860_edac.o | ||
17 | obj-$(CONFIG_EDAC_R82600) += r82600_edac.o | ||
18 | |||