From: Bruno Faccini Date: Tue, 18 Oct 2016 11:57:16 +0000 (+0200) Subject: LU-8700 build: dkms do not install llite_lloop X-Git-Tag: 2.9.0-RC1~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=21bed01ff234a239e4b044b099d53ba2fe7ca24a;hp=11387730bac0ebb7940657ac6c463f4afd9b0fe8;p=fs%2Flustre-release.git LU-8700 build: dkms do not install llite_lloop Do not build/install llite_lloop.ko module in DKMS. Signed-off-by: Bruno Faccini Change-Id: I61b3455ae35477a83193ef2afca5815135db21cd Reviewed-on: http://review.whamcloud.com/23228 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger --- diff --git a/lustre/scripts/dkms.mkconf.in b/lustre/scripts/dkms.mkconf.in index c209969..b7b3853 100644 --- a/lustre/scripts/dkms.mkconf.in +++ b/lustre/scripts/dkms.mkconf.in @@ -86,9 +86,6 @@ DEST_MODULE_LOCATION[\${#DEST_MODULE_LOCATION[@]}]="/@KMP_MODDIR@/lustre/" BUILT_MODULE_NAME[\${#BUILT_MODULE_NAME[@]}]="mgc" BUILT_MODULE_LOCATION[\${#BUILT_MODULE_LOCATION[@]}]="lustre/mgc/" DEST_MODULE_LOCATION[\${#DEST_MODULE_LOCATION[@]}]="/@KMP_MODDIR@/lustre/" -BUILT_MODULE_NAME[\${#BUILT_MODULE_NAME[@]}]="llite_lloop" -BUILT_MODULE_LOCATION[\${#BUILT_MODULE_LOCATION[@]}]="lustre/llite/" -DEST_MODULE_LOCATION[\${#DEST_MODULE_LOCATION[@]}]="/@KMP_MODDIR@/lustre/" BUILT_MODULE_NAME[\${#BUILT_MODULE_NAME[@]}]="fid" BUILT_MODULE_LOCATION[\${#BUILT_MODULE_LOCATION[@]}]="lustre/fid/" DEST_MODULE_LOCATION[\${#DEST_MODULE_LOCATION[@]}]="/@KMP_MODDIR@/lustre/"