mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
[linux-2.6-microblaze.git] / drivers / mtd / nand / Makefile
index 9813729..c7179ff 100644 (file)
@@ -8,3 +8,4 @@ obj-y   += raw/
 obj-y  += spi/
 
 nandcore-$(CONFIG_MTD_NAND_ECC) += ecc.o
+nandcore-$(CONFIG_MTD_NAND_ECC_SW_BCH) += ecc-sw-bch.o