Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 obj-$(CONFIG_MTD_UBI) += ubi.o
0003 
0004 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
0005 ubi-y += misc.o debug.o
0006 ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
0007 ubi-$(CONFIG_MTD_UBI_BLOCK) += block.o
0008 
0009 obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o