OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [edac/] [Makefile] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
#
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
 
9
 
10
obj-$(CONFIG_EDAC)                      := edac_stub.o
11
obj-$(CONFIG_EDAC_MM_EDAC)              += edac_core.o
12
 
13
edac_core-objs  := edac_mc.o edac_device.o edac_mc_sysfs.o edac_pci_sysfs.o
14
edac_core-objs  += edac_module.o edac_device_sysfs.o
15
 
16
ifdef CONFIG_PCI
17
edac_core-objs  += edac_pci.o edac_pci_sysfs.o
18
endif
19
 
20
obj-$(CONFIG_EDAC_AMD76X)               += amd76x_edac.o
21
obj-$(CONFIG_EDAC_I5000)                += i5000_edac.o
22
obj-$(CONFIG_EDAC_E7XXX)                += e7xxx_edac.o
23
obj-$(CONFIG_EDAC_E752X)                += e752x_edac.o
24
obj-$(CONFIG_EDAC_I82443BXGX)           += i82443bxgx_edac.o
25
obj-$(CONFIG_EDAC_I82875P)              += i82875p_edac.o
26
obj-$(CONFIG_EDAC_I82975X)              += i82975x_edac.o
27
obj-$(CONFIG_EDAC_I3000)                += i3000_edac.o
28
obj-$(CONFIG_EDAC_I82860)               += i82860_edac.o
29
obj-$(CONFIG_EDAC_R82600)               += r82600_edac.o
30
obj-$(CONFIG_EDAC_PASEMI)               += pasemi_edac.o
31
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.