Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
change lfs from /usr/sbin to /usr/bin
[fs/lustre-release.git]
/
lustre
/
Makefile.mk
1
include $(src)/portals/Kernelenv
2
3
# for scripts/version_tag.pl
4
LINUX = @LINUX@
5
6
obj-y += portals/
7
# obdclass has to come before anything that does class_register..
8
obj-y += obdclass/
9
obj-y += ptlrpc/
10
obj-y += ldlm/
11
obj-y += obdfilter/
12
obj-y += mdc/
13
obj-y += mds/
14
obj-y += obdecho/
15
obj-y += osc/
16
obj-y += ost/
17
obj-y += lov/
18
obj-y += llite/
19
obj-y += lvfs/
20
21
# portals needs to be before utils/, which pulls in ptlctl objects
22
obj-m += utils/
23
obj-m += tests/