blob: e95eeb445e587fb09967a877822657dc7fd6d3c5 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#
2# Makefile for the FUSE filesystem.
3#
4
5obj-$(CONFIG_FUSE_FS) += fuse.o
6obj-$(CONFIG_CUSE) += cuse.o
7
8fuse-objs := dev.o dir.o file.o inode.o control.o