From 64c3405a62d43ccdfd4743c2252c4bf951f2e037 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 21 Sep 2016 13:28:45 -0400 Subject: [PATCH] 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 --- config/lustre-build-linux.m4 | 2 ++ 1 file changed, 2 insertions(+) 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) ]) # -- 1.8.3.1