https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ca91988fa00aca4e93140cbccd63f724099431fc authored by Jason Self on 17 April 2011, 20:16:27 UTC
Linux-libre 2.6.34.9-gnu1
Tip revision: ca91988
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