summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorVitaly Wool2007-05-06 17:31:18 +0200
committerDavid Woodhouse2007-05-08 01:41:55 +0200
commit711fdf627ce1374796632f16acec1ab63d11e38f (patch)
treedc527a5500912cfb1f644dda005dd7bfdaadf458 /drivers/mtd/nand/Makefile
parent[MTD] [NAND] platform NAND driver: update header (diff)
downloadkernel-qcow2-linux-711fdf627ce1374796632f16acec1ab63d11e38f.tar.gz
kernel-qcow2-linux-711fdf627ce1374796632f16acec1ab63d11e38f.tar.xz
kernel-qcow2-linux-711fdf627ce1374796632f16acec1ab63d11e38f.zip
[MTD] [NAND] platform NAND driver: add driver
This patch adds support for generic platform NAND driver. Updated after tglx's review/discussion in IRC #mtd channel. Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Woodhouse <dwmw2@infradead.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 de1424b06b99..edba1db14bfa 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -26,5 +26,6 @@ obj-$(CONFIG_MTD_NAND_NDFC) += ndfc.o
obj-$(CONFIG_MTD_NAND_AT91) += at91_nand.o
obj-$(CONFIG_MTD_NAND_CM_X270) += cmx270_nand.o
obj-$(CONFIG_MTD_NAND_BASLER_EXCITE) += excite_nandflash.o
+obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
nand-objs := nand_base.o nand_bbt.o