https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 97d6cf7441d6e1858e3244d3d75b24e39f2b049c authored by Jason Self on 17 February 2011, 23:44:42 UTC
Linux-libre 2.6.37.1-gnu1
Tip revision: 97d6cf7
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