July 17, 2012
12:19 p.m.
On Tue, Jul 17, 2012 at 4:46 PM, Satyajeet <satya.unplugged@gmail.com>wrote:
How to set Module Version and module Release date in the makefile? Is it by the way of CFLAGS?
Regards, satya
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hello, you can use MODULE_VERSION() macro from "linux/module.h" file to define the version. Regards, Paras