https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 46e550e39d732d59ddea15998976cdeb47ea9eb6 authored by Jason Self on 16 August 2009, 21:20:01 UTC
Linux-libre 2.6.30.5-gnu1
Tip revision: 46e550e
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