Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (9fa1db4c7511543c951128758f358cd7aad99628) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 |
|
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 hypfs_sprp.o 8s390_hypfs-objs += hypfs_diag0c.o | 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 |