Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.12 7 lines 216 B view raw
1obj-$(CONFIG_MTD_UBI) += ubi.o 2 3ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o 4ubi-y += misc.o debug.o 5ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o 6 7obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o