Whamcloud - gitweb
get rid of --smfs-enable options after merge in HEAD
[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 += obdfilter/
11 obj-y += mdc/
12 obj-y += mds/
13 obj-y += obdecho/
14 obj-y += osc/
15 obj-y += ost/
16 obj-y += lov/
17 obj-y += lmv/
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/