https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dc22ee13b06bb931abb3f328fea93c705f7b4d74 authored by Jason Self on 27 April 2009, 17:37:11 UTC
Linux-libre 2.6.29.2-gnu1
Tip revision: dc22ee1
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