Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae4a8104 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBI: rename scan.c to attach.c



Finally, rename the scan.c file. Now adding fastmap support won't look that
hacky anymore.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent 0479ab48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 scan.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
+0 −0

File moved.