Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
v6.2
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
 
v6.9.4
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the linux hypfs filesystem routines.
 4#
 5
 6obj-$(CONFIG_S390_HYPFS)	+= hypfs_dbfs.o
 7obj-$(CONFIG_S390_HYPFS)	+= hypfs_diag.o
 8obj-$(CONFIG_S390_HYPFS)	+= hypfs_diag0c.o
 9obj-$(CONFIG_S390_HYPFS)	+= hypfs_sprp.o
10obj-$(CONFIG_S390_HYPFS)	+= hypfs_vm.o
11
12obj-$(CONFIG_S390_HYPFS_FS)	+= hypfs_diag_fs.o
13obj-$(CONFIG_S390_HYPFS_FS)	+= hypfs_vm_fs.o
14obj-$(CONFIG_S390_HYPFS_FS)	+= inode.o