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 54fd62f15SChuanhong Guoobj-$(CONFIG_MTD_NAND_ECC_MEDIATEK) += ecc-mtk.o 6*fdf3ee5cSMd Sadre Alamobj-$(CONFIG_MTD_NAND_QCOM) += qpic_common.o 726777d37SBoris Brezillonobj-y += onenand/ 893db446aSBoris Brezillonobj-y += raw/ 97529df46SPeter Panobj-y += spi/ 10a8c7ffdbSMiquel Raynal 11a8c7ffdbSMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC) += ecc.o 12e5acf9c8SMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_SW_HAMMING) += ecc-sw-hamming.o 13cdbe8df5SMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_SW_BCH) += ecc-sw-bch.o 1448e6633aSMiquel Raynalnandcore-$(CONFIG_MTD_NAND_ECC_MXIC) += ecc-mxic.o 15