backports: define C code backport version info using CPTCFG_
authorLuis R. Rodriguez <mcgrof@suse.com>
Sat, 1 Nov 2014 19:14:02 +0000 (12:14 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 14 Nov 2014 21:47:16 +0000 (13:47 -0800)
commit78ff3844b956cd8940bcb9a00b8102683325f451
treee8ada8b06ba1bfc8c216cf037c9787d218a86abc
parent195ea9ab4da97ce91b5890880b0e3f11a823486b
backports: define C code backport version info using CPTCFG_

In order to help unify the naming scheme for shared
backports versioning information rely on the CPTCFG_
prefix, when integration support gets added that will
translate to the respective CONFIG_BACKPORT_ prefix.
Kconfig opt env entries don't get propagated out, so
we need to define these ourselves. This leaves all
other names in place for packaging and just focuses
on sharing on the C / header code.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
backport/Makefile.kernel
backport/backport-include/linux/module.h
backport/compat/main.c