https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e8eb34aadc074ba9276a085e333d39a5d06313d3 authored by Jason Self on 02 July 2009, 23:52:50 UTC
Linux-libre 2.6.30.1-gnu1
Tip revision: e8eb34a
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