1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_EPFS) += epfs.o
3epfs-y := main.o super.o dentry.o inode.o file.o dir.o
4