xref: /openbmc/linux/drivers/mtd/nand/Makefile (revision 4fd62f15)
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
5*4fd62f15SChuanhong Guoobj-$(CONFIG_MTD_NAND_ECC_MEDIATEK) += ecc-mtk.o
69c3736a3SBoris Brezillon
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