Makefile (cb5629b10d64a8006622ce3a52bc887d91057d69) | Makefile (dba7a77c0e403f859ff67ee39f833b6bffb4d49e) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29obj-$(CONFIG_EDAC_I3000) += i3000_edac.o 30obj-$(CONFIG_EDAC_X38) += x38_edac.o 31obj-$(CONFIG_EDAC_I82860) += i82860_edac.o 32obj-$(CONFIG_EDAC_R82600) += r82600_edac.o 33obj-$(CONFIG_EDAC_PASEMI) += pasemi_edac.o 34obj-$(CONFIG_EDAC_MPC85XX) += mpc85xx_edac.o 35obj-$(CONFIG_EDAC_MV64X60) += mv64x60_edac.o 36obj-$(CONFIG_EDAC_CELL) += cell_edac.o | 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 --- 20 unchanged lines hidden (view full) --- 29obj-$(CONFIG_EDAC_I3000) += i3000_edac.o 30obj-$(CONFIG_EDAC_X38) += x38_edac.o 31obj-$(CONFIG_EDAC_I82860) += i82860_edac.o 32obj-$(CONFIG_EDAC_R82600) += r82600_edac.o 33obj-$(CONFIG_EDAC_PASEMI) += pasemi_edac.o 34obj-$(CONFIG_EDAC_MPC85XX) += mpc85xx_edac.o 35obj-$(CONFIG_EDAC_MV64X60) += mv64x60_edac.o 36obj-$(CONFIG_EDAC_CELL) += cell_edac.o |
37 | 37obj-$(CONFIG_EDAC_PPC4XX) += ppc4xx_edac.o |