Makefile 255 B

12345678
  1. obj-$(CONFIG_MTD_UBI) += ubi.o
  2. ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
  3. ubi-y += misc.o debug.o
  4. ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
  5. ubi-$(CONFIG_MTD_UBI_BLOCK) += block.o
  6. obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o