summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-03-21 16:12:51 -0500
committerScott Wood <scottwood@freescale.com>2008-08-12 11:31:25 -0500
commit9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e (patch)
tree0fcbaf26dbe5b8ea5d576d89fd457bd0a849b1e6 /drivers/mtd/nand/Makefile
parent41ef8c716e93fdf50efe9c1ba733ca6675daaca6 (diff)
Freescale eLBC FCM NAND driver
This is a driver for the Flash Control Machine of the enhanched Local Bus Controller found on some Freescale chips (such as the mpc8313 and the mpc8379). Signed-off-by: Scott Wood <scottwood@freescale.com>
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 7bd22a0c9d..ffb3169594 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -32,6 +32,7 @@ COBJS-y += nand_ecc.o
COBJS-y += nand_bbt.o
COBJS-y += nand_util.o
+COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
COBJS-y += fsl_upm.o
COBJS := $(COBJS-y)