Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[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
20 # portals needs to be before utils/, which pulls in ptlctl objects
21 obj-m += utils/
22 obj-m += tests/