https://github.com/torvalds/linux
Raw File
Tip revision: 0ee5623f9a6e52df90a78bd21179f8ab370e102e authored by Linus Torvalds on 04 May 2011, 02:59:13 UTC
Linux 2.6.39-rc6
Tip revision: 0ee5623
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
back to top