kernel_samsung_a53x/fs/incfs/Makefile

14 lines
240 B
Makefile
Raw Normal View History

2024-06-15 21:02:09 +02:00
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_INCREMENTAL_FS) += incrementalfs.o
incrementalfs-y := \
data_mgmt.o \
format.o \
integrity.o \
main.o \
pseudo_files.o \
sysfs.o \
vfs.o
incrementalfs-$(CONFIG_FS_VERITY) += verity.o