11 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_MTD_UBI) += ubi.o3 4ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o5ubi-y += misc.o debug.o6ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o7ubi-$(CONFIG_MTD_UBI_BLOCK) += block.o8 9obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o10obj-$(CONFIG_MTD_UBI_NVMEM) += nvmem.o11