https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7422972cc18117c982e02c04382d44dc2e086e57 authored by Jason Self on 17 February 2009, 17:48:13 UTC
Linux-libre 2.6.27.18-gnu1
Tip revision: 7422972
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