Whamcloud - gitweb
LU-10886 build: fix WARNING: modpost: missing MODULE_LICENSE()
[fs/lustre-release.git] / config / lustre-build-linux.m4
index 8895e96..8967c01 100644 (file)
@@ -501,6 +501,7 @@ config_im_$1, [
 m4_define([LB_LANG_PROGRAM],
 [
 #include <linux/kernel.h>
+#include <linux/module.h>
 $1
 int
 main (void)
@@ -510,7 +511,8 @@ dnl Don't move the `;' right after for the same reason.
 $2
   ;
   return 0;
-}])
+};
+MODULE_LICENSE("GPL");])
 
 #
 # LB_LINUX_COMPILE_IFELSE