https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a0fcdb32042b360bdfe5be3451e3a0bb4d61be78 authored by Jason Self on 24 March 2011, 15:06:35 UTC
Linux-libre 2.6.32.35-gnu1
Tip revision: a0fcdb3
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