https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f34453602cd2c92926b862735d21ad203d71c2fe authored by Jason Self on 05 October 2014, 21:54:35 UTC
Linux-libre 3.10.56-gnu
Tip revision: f344536
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