X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FautoMakefile.am;h=4f68d570a074ca84de241d642d3b4e3b5f9de3e3;hb=c5fa6f85b6bceef574a52752eefc4847d1b571f5;hp=d5d1c1013da0abfd2d8d4ec57c4a5902cc0a2210;hpb=fbf5870b9848929d352460f1f005b79c0b5ccc5a;p=fs%2Flustre-release.git diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index d5d1c10..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,10 +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 -DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c -DIST_SOURCES += $(llite_lloop-objs:.o=.c) -DIST_SOURCES += vvp_internal.h MOSTLYCLEANFILES := @MOSTLYCLEANFILES@