#
# Makefile for general filesystem caching code
#

fscache-objs := \
	cookie.o \
	fsdef.o \
	main.o \
	page.o

obj-$(CONFIG_FSCACHE) := fscache.o
