packages: ensure linux supports modules even when not using kernel-module
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 3 Sep 2015 12:54:21 +0000 (14:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Sep 2015 11:16:58 +0000 (13:16 +0200)
commit727bae0245f306332c710c9c020c59bd975d8711
treef5e23a9a79545368d0b86192b1ebfaae6891bfa5
parent2e95747ab9b6b0bf97007ce2733321c90462249a
packages: ensure linux supports modules even when not using kernel-module

Some packages build kernel modules without using the kernel-module infra
(because they use custom build systems); they do not automatically get
the kernel to support modules which is ensured when using the infra.

It must be done manually for all those packages, whenever they are
enabled.

Note: the nvidia-driver case does not need the ifeq-block other packages
use, because it is already enclosed in a more stringent ifeq-block.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: NoƩ Rubinstein <nrubinstein@aldebaran.com>
Cc: Jan Viktorin <viktorin@rehivetech.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/linux-fusion/linux-fusion.mk
package/nvidia-driver/nvidia-driver.mk
package/racehound/racehound.mk
package/rtai/rtai.mk
package/ti-gfx/ti-gfx.mk
package/xtables-addons/xtables-addons.mk