X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FautoMakefile.am;h=4f68d570a074ca84de241d642d3b4e3b5f9de3e3;hb=e4eb90ecdc09740d90834cb1e95b5693e6637173;hp=391a8f672ac9e3708058b0f3b23617852da5753d;hpb=c86481c7290dffd7ed579d7c8d8ac8676d8c4d79;p=fs%2Flustre-release.git diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index 391a8f6..4f68d57 100644 --- a/lustre/llite/autoMakefile.am +++ b/lustre/llite/autoMakefile.am @@ -25,7 +25,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved +# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. # Use is subject to license terms. # @@ -35,7 +35,12 @@ # if MODULES -modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT) +if LLITE_LLOOP + LLOOP_MOD = llite_lloop$(KMODEXT) +else + LLOOP_MOD = +endif +modulefs_DATA = lustre$(KMODEXT) $(LLOOP_MOD) endif MOSTLYCLEANFILES := @MOSTLYCLEANFILES@