https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8ee1953577d8e674210d14f3667f5e0392f9602c authored by Jason Self on 26 January 2012, 01:26:51 UTC
Linux-libre 3.0.18-gnu1
Tip revision: 8ee1953
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