https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dcb1dd0aa7d30b9db03d29c3547edb7ae6bffe5f authored by Jason Self on 09 January 2014, 20:25:21 UTC
Linux-libre 3.10.26-gnu
Tip revision: dcb1dd0
Makefile
#
# Makefile for the linux hypfs filesystem routines.
#

obj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o

s390_hypfs-objs := inode.o hypfs_diag.o hypfs_vm.o hypfs_dbfs.o
back to top