https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 87f1db315efe37a90eb384be10738929b4d7afa7 authored by Jason Self on 12 October 2009, 18:40:19 UTC
Linux-libre 2.6.27.37-gnu1
Tip revision: 87f1db3
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
back to top