xref: /u-boot/drivers/mtd/nand/raw/brcmnand/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0+
2
3obj-$(CONFIG_NAND_BRCMNAND_6368) += bcm6368_nand.o
4obj-$(CONFIG_NAND_BRCMNAND_63158) += bcm63158_nand.o
5obj-$(CONFIG_NAND_BRCMNAND_68360) += bcm68360_nand.o
6obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o
7obj-$(CONFIG_NAND_BRCMNAND_6858) += bcm6858_nand.o
8obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o
9obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o
10

Last Index update Fri Sep 05 17:56:23 CST 2025