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 | 74ead74 | 2020-01-07 20:14:13 +0100 | [diff] [blame] | 5 | obj-$(CONFIG_NAND_BRCMNAND_68360) += bcm68360_nand.o |
Philippe Reynes | 5aa6cfb | 2019-03-15 15:14:36 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o |
| 7 | obj-$(CONFIG_NAND_BRCMNAND_6858) += bcm6858_nand.o |
| 8 | obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o |
| 9 | obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o |