mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This reverts commit 664b74271565af7a3c885bba2fdbabd1a2f3e2ea. Set incfs back to rvc shipping incfs Bug: 178509184 Test: incfs_test passes Signed-off-by: Paul Lawrence <paullawrence@google.com> Change-Id: If4c1cee82cae6863f47db091c3f387cbe80d0859
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_INCREMENTAL_FS) += incrementalfs.o
|
|
|
|
incrementalfs-y := \
|
|
data_mgmt.o \
|
|
format.o \
|
|
integrity.o \
|
|
main.o \
|
|
vfs.o
|