#
# Makefile for the linux supermounting routines.
#

O_TARGET := supermount.o

obj-y    := super.o init.o mediactl.o translation.o super_operations.o \
	    file_operations.o inode_operations.o \
	    dentry_operations.o

obj-m    := $(O_TARGET)

include $(TOPDIR)/Rules.make
