1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds 39c3736a3SBoris Brezillonnandcore-objs := core.o bbt.o 49c3736a3SBoris Brezillonobj-$(CONFIG_MTD_NAND_CORE) += nandcore.o 59c3736a3SBoris Brezillon 626777d37SBoris Brezillonobj-y += onenand/ 793db446aSBoris Brezillonobj-y += raw/ 87529df46SPeter Panobj-y += spi/ 9a8c7ffdbSMiquel Raynal 10a8c7ffdbSMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC) += ecc.o 11e5acf9c8SMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_SW_HAMMING) += ecc-sw-hamming.o 12cdbe8df5SMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_SW_BCH) += ecc-sw-bch.o 13*48e6633aSMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_MXIC) += ecc-mxic.o 14