summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-07-16 15:12:48 +0200
committerScott Wood <scottwood@freescale.com>2009-07-16 17:52:02 -0500
commit12582ac771b0bf3852817c3bfa4be326522a0665 (patch)
tree2120c80a97af32295144ddc2613f2fbc5740b26c /drivers/mtd/nand/Makefile
parent3ebf70db5452d3d47c316ddef09f40e76553bcba (diff)
downloadbootable_bootloader_goldelico_gta04-12582ac771b0bf3852817c3bfa4be326522a0665.zip
bootable_bootloader_goldelico_gta04-12582ac771b0bf3852817c3bfa4be326522a0665.tar.gz
bootable_bootloader_goldelico_gta04-12582ac771b0bf3852817c3bfa4be326522a0665.tar.bz2
nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
Signed-off-by: Stefan Roese <sr@denx.de> Cc: Scott Wood <scottwood@freescale.com> 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 a5680e8..945a954 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -42,6 +42,7 @@ COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
COBJS-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
COBJS-$(CONFIG_NAND_KIRKWOOD) += kirkwood_nand.o
COBJS-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o
+COBJS-$(CONFIG_NAND_NDFC) += ndfc.o
COBJS-$(CONFIG_NAND_NOMADIK) += nomadik.o
COBJS-$(CONFIG_NAND_S3C2410) += s3c2410_nand.o
COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o