This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / fs / cachefiles / Makefile
1 #
2 # Makefile for caching in a mounted filesystem
3 #
4
5 cachefiles-objs := \
6         cf-bind.o \
7         cf-interface.o \
8         cf-key.o \
9         cf-main.o \
10         cf-namei.o \
11         cf-proc.o \
12         cf-xattr.o
13
14 ifeq ($(CONFIG_SYSCTL),y)
15 cachefiles-objs += cf-sysctl.o
16 endif
17
18 obj-$(CONFIG_CACHEFILES) := cachefiles.o