1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 20d7eff87SArtem Bityutskiyobj-$(CONFIG_UBIFS_FS) += ubifs.o 30d7eff87SArtem Bityutskiy 40d7eff87SArtem Bityutskiyubifs-y += shrinker.o journal.o file.o dir.o super.o sb.o io.o 50d7eff87SArtem Bityutskiyubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o 60d7eff87SArtem Bityutskiyubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o 7f70b7e52SArtem Bityutskiyubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o debug.o 83e7f2c51SJoe Perchesubifs-y += misc.o 9d475a507SRichard Weinbergerubifs-$(CONFIG_UBIFS_FS_ENCRYPTION) += crypto.o 10