X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FMakefile.am;h=f16f126bf502ba006c04d0eac8d5bc325c70f0c2;hb=040033cef24c5aca2967daf2da7a862abcd074cf;hp=3edac96035385e481e4657a997d26b2af8d4f6bb;hpb=5c0b2855f617d17e3c0749244edeca1b706f8a7e;p=fs%2Flustre-release.git diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 3edac96..f16f126 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -6,14 +6,20 @@ AUTOMAKE_OPTIONS = foreign if LINUX25 -DIRS24 = mds +DIRS24 = else -DIRS24 = extN mds +DIRS24 = extN ptlbd endif -# NOTE: keep extN before mds and obdfilter -SUBDIRS = $(DIRS24) obdclass utils ptlrpc ldlm lib obdfilter mdc osc ost llite -SUBDIRS+= obdecho lov cobd ptlbd tests doc scripts conf +if LIBLUSTRE +SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils +else +# NOTE: keep extN before obdclass, mds, and obdfilter. Keep obdclass as early +# as possible, to have the best chance at stopping with "wrong kernel version" +# instead of some related build failure. +SUBDIRS = $(DIRS24) obdclass mds utils ptlrpc ldlm lib obdfilter mdc osc ost +SUBDIRS+= llite obdecho lov cobd tests doc scripts conf +endif DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = BUGS FDL Rules include archdep.m4 kernel_patches