summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-26 21:43:06 -0500
committerMike Frysinger <vapier@gentoo.org>2009-02-02 12:27:07 -0500
commitbe9d8c780e6831cb84b7d4590ceae03dca8fc10b (patch)
tree906372ef856ecb7a50577c6ee7a37f3688f7cbb3 /drivers/mtd/nand/Makefile
parent4148e02abae9a099f4444b5e168ebc2b911d2295 (diff)
downloadu-boot-imx-be9d8c780e6831cb84b7d4590ceae03dca8fc10b.zip
u-boot-imx-be9d8c780e6831cb84b7d4590ceae03dca8fc10b.tar.gz
u-boot-imx-be9d8c780e6831cb84b7d4590ceae03dca8fc10b.tar.bz2
Blackfin: add driver for on-chip NAND controller
This is a port of the Linux Blackfin on-chip NFC driver to U-Boot. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r--drivers/mtd/nand/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index f7b2b22..24edb27 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -35,6 +35,7 @@ COBJS-y += nand_ids.o
COBJS-y += nand_util.o
endif
+COBJS-$(CONFIG_DRIVER_NAND_BFIN) += bfin_nand.o
COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o