mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-30 14:45:47 -05:00
Finally, rename the scan.c file. Now adding fastmap support won't look that hacky anymore. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
7 lines
173 B
Makefile
7 lines
173 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
|
|
|
|
obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
|