# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_MFS_FS) += mfs.o
mfs-objs := super.o inode.o data.o dev.o cache.o
