#
# Makefile for the linux supermounting routines.
#

supermount-objs :=	dentry.o \
			file.o \
			filemap.o \
			init.o \
			mediactl.o \
			namei.o \
			proc.o \
			subfs.o \
			super.o 

obj-$(CONFIG_SUPERMOUNT) += supermount.o
