Newer
Older
barebox / drivers / nand / Makefile
@Sascha Hauer Sascha Hauer on 3 Dec 2009 420 bytes i.MX: remove obsolete V2 Nand driver

# 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