diff options
Diffstat (limited to 'roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile')
-rw-r--r-- | roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile b/roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile new file mode 100644 index 000000000..5d9e7e3f3 --- /dev/null +++ b/roms/u-boot/drivers/mtd/nand/raw/brcmnand/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-$(CONFIG_NAND_BRCMNAND_6368) += bcm6368_nand.o +obj-$(CONFIG_NAND_BRCMNAND_63158) += bcm63158_nand.o +obj-$(CONFIG_NAND_BRCMNAND_68360) += bcm68360_nand.o +obj-$(CONFIG_NAND_BRCMNAND_6838) += bcm6838_nand.o +obj-$(CONFIG_NAND_BRCMNAND_6858) += bcm6858_nand.o +obj-$(CONFIG_NAND_BRCMNAND) += brcmnand.o +obj-$(CONFIG_NAND_BRCMNAND) += brcmnand_compat.o |