https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 29507404362743ca5122f9a2bc3cfed3f24ef20d authored by Jason Self on 11 June 2014, 19:12:08 UTC
Linux-libre 3.10.43-gnu
Tip revision: 2950740
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