Makefile 107 字节
Newer Older
M
Miklos Szeredi 已提交
1 2 3 4 5 6
#
# Makefile for the FUSE filesystem.
#

obj-$(CONFIG_FUSE_FS) += fuse.o

7
fuse-objs := dev.o dir.o inode.o