mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
76ac66e469
Make fastmap known to Kconfig, UBI Makefile and MAINTAINERS. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
8 lines
216 B
Makefile
8 lines
216 B
Makefile
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
|
|
|
|
obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
|