https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 95f96522cc2530a328b26d17b9b504ad57502530 authored by Jason Self on 02 April 2009, 20:55:27 UTC
Linux-libre 2.6.29.1-gnu1
Tip revision: 95f9652
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