repo.or.cz
/
linux-2.6
/
x86.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'linus'
[linux-2.6/x86.git]
/
fs
/
ceph
/
Makefile
blob
bd352125e829827246d5591d1a485e3b4e52f17b
1
#
2
# Makefile for CEPH filesystem.
3
#
4
5
obj-
$(
CONFIG_CEPH_FS
) +=
ceph.o
6
7
ceph-y
:=
super.o inode.o
dir
.o file.o locks.o addr.o ioctl.o \
8
export
.o caps.o snap.o xattr.o \
9
mds_client.o mdsmap.o strings.o ceph_frag.o \
10
debugfs.o
11