#
# Makefile for the Linux RBF filesystem routines.
#

obj-$(CONFIG_RBF_FS) += rbf.o

rbf-objs := super.o inode.o bitmap.o utils.o \
	    namei_page.o file_page.o dir_page.o \
	    namei_block.o file_block.o dir_block.o


