FS-Cache: Add and document asynchronous operation handling
[linux-2.6/mini2440.git] / fs / fscache / Makefile
blob6f82da2aa9d1e9dc5fd4e5dc1552d5a9882c70e7
2 # Makefile for general filesystem caching code
5 fscache-y := \
6 cache.o \
7 cookie.o \
8 fsdef.o \
9 main.o \
10 netfs.o \
11 object.o \
12 operation.o
14 fscache-$(CONFIG_PROC_FS) += proc.o
15 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
16 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
18 obj-$(CONFIG_FSCACHE) := fscache.o