https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a0365d659a33e6dad78103231cc9a9303be16a64 authored by Jason Self on 13 October 2013, 23:09:14 UTC
Linux-libre 3.10.16-gnu
Tip revision: a0365d6
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 hypfs_dbfs.o
back to top