X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FautoMakefile.am;h=4f68d570a074ca84de241d642d3b4e3b5f9de3e3;hb=5d4ae6c905b8e8a38a6e4d3195f550a1e2b37ba8;hp=7716097aa2c188cc02ebdebf1722c8eb0a6b7fba;hpb=0f8dca08a4f68cba82c2c822998ecc309d3b7aaf;p=fs%2Flustre-release.git diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index 7716097..4f68d57 100644 --- a/lustre/llite/autoMakefile.am +++ b/lustre/llite/autoMakefile.am @@ -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@