# # Makefile for the linux fuse routines. # O_TARGET := fuse.o obj-y := dev.o dir.o file.o inode.o util.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make