1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the linux hypfs filesystem routines. 4# 5 6CONTEXT_ANALYSIS := y 7 8obj-$(CONFIG_S390_HYPFS) += hypfs_dbfs.o 9obj-$(CONFIG_S390_HYPFS) += hypfs_diag.o 10obj-$(CONFIG_S390_HYPFS) += hypfs_diag0c.o 11obj-$(CONFIG_S390_HYPFS) += hypfs_sprp.o 12obj-$(CONFIG_S390_HYPFS) += hypfs_vm.o 13 14obj-$(CONFIG_S390_HYPFS_FS) += hypfs_diag_fs.o 15obj-$(CONFIG_S390_HYPFS_FS) += hypfs_vm_fs.o 16obj-$(CONFIG_S390_HYPFS_FS) += inode.o 17