From b332d8565d042750b802c94937413fc8984fd5d0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 28 Jun 2010 13:22:29 +0200 Subject: move drivers/nand to drivers/mtd/nand Signed-off-by: Sascha Hauer --- drivers/mtd/nand/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 drivers/mtd/nand/Makefile (limited to 'drivers/mtd/nand/Makefile') diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile new file mode 100644 index 0000000000..73f734688e --- /dev/null +++ b/drivers/mtd/nand/Makefile @@ -0,0 +1,12 @@ + +# Generic NAND options +obj-$(CONFIG_NAND) += nand.o nand_ecc.o +obj-$(CONFIG_MTD_NAND_IDS) += nand_ids.o +obj-$(CONFIG_NAND) += nand_base.o nand_bbt.o + +obj-$(CONFIG_MTD_NAND_DISKONCHIP) += diskonchip.o +obj-$(CONFIG_NAND_IMX) += nand_imx.o +obj-$(CONFIG_NAND_OMAP_GPMC) += nand_omap_gpmc.o +obj-$(CONFIG_NAND_ATMEL) += atmel_nand.o +obj-$(CONFIG_NAND_S3C24X0) += nand_s3c2410.o +#obj-$(CONFIG_NAND) += nand_util.o -- cgit v1.2.3