#
# Makefile for Linux samplefs
#
obj-$(CONFIG_SAMPLEFS_FS) += samplefs.o

samplefs-objs := super.o
