https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6a55c50b3ca7a2ef55b3017cf4f2bdaf6e45b18c authored by Jason Self on 15 September 2009, 17:38:09 UTC
Linux-libre 2.6.27.34-gnu1
Tip revision: 6a55c50
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