#
# Makefile for the linux supermounting routines.
#

EXTRA_CFLAGS=-DSUPERMOUNT_DEBUG

O_TARGET := supermount.o

obj-y    := dentry.o \
	    file.o \
	    filemap.o \
	    init.o \
	    mediactl.o \
	    namei.o \
	    proc.o \
	    subfs.o \
	    super.o 

obj-m    := $(O_TARGET)

include $(TOPDIR)/Rules.make
