https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 96b521e53b4fb49138d572dbe53ca80c5e909a44 authored by Jason Self on 23 January 2016, 04:34:03 UTC
Linux-libre 3.10.95-gnu
Tip revision: 96b521e
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