X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FMakefile.mk;h=6b1aecaee9cab7611bcb2b05c88a5cee77165db3;hb=739d05d2c4fc434392e00a04bdd7b7ff380e878b;hp=e540148d73991af58e6b58c1769eff131ec22aa4;hpb=96ec6856f91f7f9031cfce4273c714d72cfe59ae;p=fs%2Flustre-release.git diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk index e540148..6b1aeca 100644 --- a/lustre/Makefile.mk +++ b/lustre/Makefile.mk @@ -1,4 +1,23 @@ -include fs/lustre/portals/Kernelenv +include $(src)/portals/Kernelenv + +# for scripts/version_tag.pl +LINUX = @LINUX@ obj-y += portals/ +# obdclass has to come before anything that does class_register.. +obj-y += obdclass/ +obj-y += ptlrpc/ +obj-y += obdfilter/ +obj-y += mdc/ obj-y += mds/ +obj-y += obdecho/ +obj-y += osc/ +obj-y += ost/ +obj-y += lov/ +obj-y += lmv/ +obj-y += llite/ +obj-y += lvfs/ + +# portals needs to be before utils/, which pulls in ptlctl objects +obj-m += utils/ +obj-m += tests/