#
# Makefile for the kernfs pseudo filesystem
#

obj-y		:= mount.o inode.o dir.o file.o symlink.o
obj-$(CONFIG_VE) += ve.o
