xref: /openbmc/linux/arch/s390/hypfs/Makefile (revision f677b30b487ca3763c3de3f1b4d8c976c2961cd1)
1#
2# Makefile for the linux hypfs filesystem routines.
3#
4
5obj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o
6
7s390_hypfs-objs := inode.o hypfs_diag.o hypfs_vm.o hypfs_dbfs.o
8