FS-Cache: Provide a slab for cookie allocation
[pandora-kernel.git] / fs / fscache / Makefile
1 #
2 # Makefile for general filesystem caching code
3 #
4
5 fscache-y := \
6         cache.o \
7         cookie.o \
8         fsdef.o \
9         main.o
10
11 fscache-$(CONFIG_PROC_FS) += proc.o
12 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
13 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
14
15 obj-$(CONFIG_FSCACHE) := fscache.o