Philippe Reynes | 5aa6cfb | 2019-03-15 15:14:36 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
Álvaro Fernández Rojas | d9f9bfc | 2019-08-28 19:12:15 +0200 | [diff] [blame] | 3 | obj-$(CONFIG_NAND_BRCMNAND_6368) += bcm6368_nand.o |
Philippe Reynes | 5aa6cfb | 2019-03-15 15:14:36 +0100 | [diff] [blame] | 4 | obj-$(CONFIG_NAND_BRCMNAND_63158) += bcm63158_nand.o |
Philippe Reynes | e175c32 | 2022-02-11 19:18:36 +0100 | [diff] [blame] | 5 | obj-$(CONFIG_NAND_BRCMNAND_6753) += bcm6753_nand.o |
Philippe Reynes | 74ead74 | 2020-01-07 20:14:13 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_NAND_BRCMNAND_68360) += bcm68360_nand.o |
Philippe Reynes | 5aa6cfb | 2019-03-15 15:14:36 +0100 | [diff] [blame] | 7 | obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o |
| 8 | obj-$(CONFIG_NAND_BRCMNAND_6858) += bcm6858_nand.o |
Linus Walleij | 2306c33 | 2023-03-08 22:42:31 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_NAND_BRCMNAND_IPROC) += iproc_nand.o |
Philippe Reynes | 5aa6cfb | 2019-03-15 15:14:36 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o |
| 11 | obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o |