mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
d123d8e183
Directory reading code is about to grow larger, so split it out from dir.c into a new source file. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9 lines
177 B
Makefile
9 lines
177 B
Makefile
#
|
|
# Makefile for the FUSE filesystem.
|
|
#
|
|
|
|
obj-$(CONFIG_FUSE_FS) += fuse.o
|
|
obj-$(CONFIG_CUSE) += cuse.o
|
|
|
|
fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o
|