build: fix build with disabled test modules
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 11 Nov 2016 01:37:04 +0000 (23:37 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 11 Nov 2016 01:47:19 +0000 (23:47 -0200)
commit67d1534318a59a2e97c077a20471e69e1eeb73c3
tree0c9a51126e8263ce177637a52e1399facfcc5b06
parentb34819bc0e054c7eb8054d763ae9ead4f2c5443a
build: fix build with disabled test modules

install: cannot stat 'testsuite/module-playground/mod-loop-f.ko': No
such file or directory
Makefile:2881: recipe for target 'rootfs' failed
make[1]: *** [rootfs] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:2101: recipe for target 'check-recursive' failed

We need to ship pre-compiled binaries so it's possible to run
"make check" on servers without kernel headers.

Also add them to EXTRA_DIST as other sources.
Makefile.am
testsuite/module-playground/cache/mod-loop-f.ko [new file with mode: 0644]
testsuite/module-playground/cache/mod-loop-g.ko [new file with mode: 0644]