You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
0 B
8 lines
0 B
19 years ago
|
#
|
||
|
# Makefile for the linux hypfs filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o
|
||
|
|
||
|
s390_hypfs-objs := inode.o hypfs_diag.o
|