Merge remote-tracking branch 'edac-amd/for-next'
[deliverable/linux.git] / drivers / edac / Makefile
index 986049925b08569d45692d3e0d0b16e6394363c4..88e472e8b9a918e36e65b4385c9c412f92c7cea3 100644 (file)
@@ -51,7 +51,13 @@ amd64_edac_mod-$(CONFIG_EDAC_AMD64_ERROR_INJECTION) += amd64_edac_inj.o
 obj-$(CONFIG_EDAC_AMD64)               += amd64_edac_mod.o
 
 obj-$(CONFIG_EDAC_PASEMI)              += pasemi_edac.o
-obj-$(CONFIG_EDAC_MPC85XX)             += mpc85xx_edac.o
+
+mpc85xx_edac_mod-y                     := fsl_ddr_edac.o mpc85xx_edac.o
+obj-$(CONFIG_EDAC_MPC85XX)             += mpc85xx_edac_mod.o
+
+layerscape_edac_mod-y                  := fsl_ddr_edac.o layerscape_edac.o
+obj-$(CONFIG_EDAC_LAYERSCAPE)          += layerscape_edac_mod.o
+
 obj-$(CONFIG_EDAC_MV64X60)             += mv64x60_edac.o
 obj-$(CONFIG_EDAC_CELL)                        += cell_edac.o
 obj-$(CONFIG_EDAC_PPC4XX)              += ppc4xx_edac.o
This page took 0.026582 seconds and 5 git commands to generate.