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