]> git.ipfire.org Git - thirdparty/kmod.git/commit
module-playground: allow to cross-compile modules
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 21 Feb 2015 05:22:54 +0000 (03:22 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 21 Feb 2015 13:40:27 +0000 (11:40 -0200)
commit7efa3502dd97b91eefcdbce154c97cb371bd17fa
tree75894784e3f0f293ff90f15433e642e5debe4be9
parent2a38870e3da60438ab4548846a1b639be6504338
module-playground: allow to cross-compile modules

This adds the needed infra to cross-compile modules so we can test them
in our testsuite. Right now we are only compiling mod-simple.ko for x86,
x86_64 and sparc64.

The makefiles are organized in a way it's easy to force a rebuild of a
module by calling the Makefile.arch directly and that allows the rule in
Makefile to not trigger in case we want to ship the modules
pre-compiled.
testsuite/module-playground/.gitignore
testsuite/module-playground/Makefile
testsuite/module-playground/Makefile.arch [new file with mode: 0644]
testsuite/populate-modules.sh