repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FS-Cache: Root index definition
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
fs
/
fscache
/
Makefile
blob
bc1f3b9d811a0012d5f892a8aee6eaa836f90230
1
#
2
# Makefile for general filesystem caching code
3
#
4
5
fscache-y
:=
\
6
fsdef.o \
7
main.o
8
9
fscache-
$(
CONFIG_PROC_FS
) +=
proc.o
10
fscache-
$(
CONFIG_FSCACHE_STATS
) +=
stats.o
11
fscache-
$(
CONFIG_FSCACHE_HISTOGRAM
) +=
histogram.o
12
13
obj-
$(
CONFIG_FSCACHE
) :=
fscache.o