https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb86f10735116e2a6b321913c52613dfc3085113 authored by Jason Self on 15 June 2015, 07:11:33 UTC
Linux-libre 3.12.44-gnu
Tip revision: eb86f10
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