UBI: R/O block driver on top of UBI volumes
[deliverable/linux.git] / drivers / mtd / ubi / Makefile
CommitLineData
801c135c
AB
1obj-$(CONFIG_MTD_UBI) += ubi.o
2
ae4a8104 3ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
ef7088e7 4ubi-y += misc.o debug.o
76ac66e4 5ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
9d54c8a3 6ubi-$(CONFIG_MTD_UBI_BLOCK) += block.o
801c135c 7
2ba3d76a 8obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
This page took 0.543823 seconds and 5 git commands to generate.