blob: 5c4b845754a7ee5128c4bc69b079ec5a36af7cac [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Artem Bityutskiy0d7eff82008-07-14 19:08:38 +03002obj-$(CONFIG_UBIFS_FS) += ubifs.o
3
4ubifs-y += shrinker.o journal.o file.o dir.o super.o sb.o io.o
5ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
6ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
Stefan Agner7e5471c2018-07-31 15:13:20 +02007ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o debug.o
Joe Perches3e7f2c52016-02-23 04:13:49 -08008ubifs-y += misc.o
Chandan Rajendra643fa962018-12-12 15:20:12 +05309ubifs-$(CONFIG_FS_ENCRYPTION) += crypto.o
Stefan Agner7e5471c2018-07-31 15:13:20 +020010ubifs-$(CONFIG_UBIFS_FS_XATTR) += xattr.o
Sascha Hauer49525e52018-09-07 14:36:32 +020011ubifs-$(CONFIG_UBIFS_FS_AUTHENTICATION) += auth.o