Whamcloud - gitweb
LU-10886 build: fix WARNING: modpost: missing MODULE_LICENSE() 03/32303/3
authorJames Simmons <uja.ornl@yahoo.com>
Sat, 5 May 2018 21:35:30 +0000 (17:35 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 21 May 2018 16:52:42 +0000 (16:52 +0000)
commit6dd7a9452664277e200ad41a1d219628ece72f12
tree1b00ffde2cb66e8e5bd5aa1502ea2f27ce50e9a5
parente9b13cd1daf959b40e9ff5c810368c67e9491e06
LU-10886 build: fix WARNING: modpost: missing MODULE_LICENSE()

With newer kernels modpost will print a warning when no license is
provided. This could give false results if the kernel test set
the -Werror flag. Update LB_LANG_PROGRAM macro to include the
missing MODULE_LICENSE().

Test-Parameters: trivial

Change-Id: Ia21d0fa5ee6c224d05b7949540ef805d09d3c7c5
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32303
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
config/lustre-build-linux.m4