]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/Makefile
merged current version of git://git.denx.de/u-boot
[karo-tx-uboot.git] / drivers / mtd / nand / Makefile
index 998fc73497caf4ca33e125ffafbb7b1d08b7d615..8227d205a829d66a5250cb7359043fc2ed672cd3 100644 (file)
@@ -63,6 +63,9 @@ COBJS-$(CONFIG_NAND_S3C64XX) += s3c64xx.o
 COBJS-$(CONFIG_NAND_SPEAR) += spr_nand.o
 COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
 COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
+COBJS-$(CONFIG_MX31_NAND) += mx31_nand.o
+COBJS-$(CONFIG_MXC_NAND) += mxc_nand.o nand_device_info.o
+COBJS-$(CONFIG_MXS_NAND) += mxs_gpmi.o
 endif
 
 COBJS  := $(COBJS-y)