Blame view

kernel/linux-rt-4.4.41/drivers/mtd/ubi/Makefile 255 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  obj-$(CONFIG_MTD_UBI) += ubi.o
  
  ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
  ubi-y += misc.o debug.o
  ubi-$(CONFIG_MTD_UBI_FASTMAP) += fastmap.o
  ubi-$(CONFIG_MTD_UBI_BLOCK) += block.o
  
  obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o