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
mtd: fix the conversion from dev to mtd_info
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
fs
/
fscache
/
Makefile
blob
91571b95aacc38029f006f02bebcfaec671f5dc7
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
netfs.o \
11
object.o \
12
operation.o \
13
page.o
14
15
fscache-
$(
CONFIG_PROC_FS
) +=
proc.o
16
fscache-
$(
CONFIG_FSCACHE_STATS
) +=
stats.o
17
fscache-
$(
CONFIG_FSCACHE_HISTOGRAM
) +=
histogram.o
18
19
obj-
$(
CONFIG_FSCACHE
) :=
fscache.o