Makefile (334f485df85ac7736ebe14940bf0a059c5f26d7d) Makefile (e5e5558e923f35839108a12718494ecb73fb782f)
1#
2# Makefile for the FUSE filesystem.
3#
4
5obj-$(CONFIG_FUSE_FS) += fuse.o
6
1#
2# Makefile for the FUSE filesystem.
3#
4
5obj-$(CONFIG_FUSE_FS) += fuse.o
6
7fuse-objs := dev.o inode.o
7fuse-objs := dev.o dir.o inode.o