From: Nathaniel Clark Date: Wed, 21 Sep 2016 17:28:45 +0000 (-0400) Subject: LU-8630 build: Fix definition of KMP_MODDIR X-Git-Tag: 2.8.60~74 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=64c3405a62d43ccdfd4743c2252c4bf951f2e037;p=fs%2Flustre-release.git LU-8630 build: Fix definition of KMP_MODDIR Without KMP_MODDIR defined, it won't be correctly replaced in dkms.mkconf, thus causing dkms install of lustre to fail Signed-off-by: Nathaniel Clark Change-Id: Ie671ede26b6cdf28aebeb80e131ff8506b9c05df Reviewed-on: http://review.whamcloud.com/22663 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Dmitry Eremin Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- diff --git a/config/lustre-build-linux.m4 b/config/lustre-build-linux.m4 index 5713caf..1224fdb 100644 --- a/config/lustre-build-linux.m4 +++ b/config/lustre-build-linux.m4 @@ -111,6 +111,8 @@ AC_SUBST(modulefsdir) modulenetdir="${moduledir}/net/${IN_KERNEL}" AC_SUBST(modulenetdir) + +AC_SUBST(KMP_MODDIR) ]) #