brintos

brintos / linux-shallow public Read only

0
0
Text · 492 B · 314c80b Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_UBIFS_FS) += ubifs.o3 4ubifs-y += shrinker.o journal.o file.o dir.o super.o sb.o io.o5ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o6ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o7ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o8ubifs-y += misc.o sysfs.o9ubifs-$(CONFIG_FS_ENCRYPTION) += crypto.o10ubifs-$(CONFIG_UBIFS_FS_XATTR) += xattr.o11ubifs-$(CONFIG_UBIFS_FS_AUTHENTICATION) += auth.o12