aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/Makefile
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-06-11 21:32:14 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-27 09:01:29 -0300
commit69154d069869b612383cef9d594f39b34ffba6dd (patch)
treeca356af0247ba18c0ffb1c00d9519530d2347832 /drivers/edac/Makefile
parenta1b01edb274518c7da6d69b84e7558c092282aad (diff)
edac: add support for Calxeda highbank L2 cache ecc
Add support for L2 ECC on Calxeda highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac/Makefile')
-rw-r--r--drivers/edac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile
index 44f2044d407..7e5129a733f 100644
--- a/drivers/edac/Makefile
+++ b/drivers/edac/Makefile
@@ -57,3 +57,4 @@ obj-$(CONFIG_EDAC_AMD8131) += amd8131_edac.o
obj-$(CONFIG_EDAC_TILE) += tile_edac.o
obj-$(CONFIG_EDAC_HIGHBANK_MC) += highbank_mc_edac.o
+obj-$(CONFIG_EDAC_HIGHBANK_L2) += highbank_l2_edac.o