xref: /OK3568_Linux_fs/kernel/arch/s390/hypfs/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# Makefile for the linux hypfs filesystem routines.
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunobj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o
7*4882a593Smuzhiyun
8*4882a593Smuzhiyuns390_hypfs-objs := inode.o hypfs_diag.o hypfs_vm.o hypfs_dbfs.o hypfs_sprp.o
9*4882a593Smuzhiyuns390_hypfs-objs += hypfs_diag0c.o
10