]> git.proxmox.com Git - mirror_spl-debian.git/commit
Use MODULE variable in module Makefile like zfs.
authorEtienne Dechamps <etienne.dechamps@ovh.net>
Thu, 5 Jul 2012 08:23:42 +0000 (10:23 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Jul 2012 21:53:48 +0000 (14:53 -0700)
commit94aac9c9bcd1a222ac87d7452afa5284c16229bc
treeea7eb73191b5735fbf48336a62ff5944c6b08e0a
parente8267acd25ad566218187716739f0aec5d442e3f
Use MODULE variable in module Makefile like zfs.

In zfs, each module Makefile contains a MODULE variable which contains
the name of the module, and the following declarations reference this
variable.

In spl, there is a MODULES variable which is never used. Rename it to
MODULE and use it like in zfs. This improves consistency between the two
build systems.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue zfsonlinux/zfs#851
module/spl/Makefile.in
module/splat/Makefile.in