mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
These device specific nand driver files can be removed because they are now replaced by a common driver bcmbca_nand.c Signed-off-by: david regan <dregan@broadcom.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Anand Gore <anand.gore@broadcom.com>
9 lines
332 B
Makefile
9 lines
332 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_NAND_BRCMNAND_6368) += bcm6368_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_BCMBCA) += bcmbca_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND_IPROC) += iproc_nand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o
|
|
obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o
|