package/linux-backports: switch to using the kernel-module infra
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 23 Jul 2015 21:55:29 +0000 (23:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Jul 2015 13:41:01 +0000 (15:41 +0200)
commite5a5a58aa7d9d60e7f03467edd3bd31a00213795
tree9650fbb513e45a1251a18907ceaf19193d35ca51
parent538898d5ed6e14db8bcc4f01aee216919f100d6c
package/linux-backports: switch to using the kernel-module infra

linux-backports manually generates its autoconf.h header, which needs a
.config file.

Using a pre- or post-configure hook does not really work, because
generating that file touches the .config, and thus our .stamp files ar
enot longer properly time-ordered and running a subsequent make would
incorrectly believe it has to rebuild linux-backports.

So, even though this is not a fixup proper, we generate that file from
the _KCONFIG_FIXUP_CMDS to ensure the stampt file is created after we
touch .config.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Petr Vorel <petr.vorel@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Tested-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/linux-backports/linux-backports.mk