Re: [PATCH] crypto: Allow drivers to build if COMPILE_TEST is enabled

2015-10-14 Thread Herbert Xu
On Wed, Oct 14, 2015 at 05:03:30AM +0800, kbuild test robot wrote: > Hi Javier, > > [auto build test WARNING on cryptodev/master -- if it's inappropriate base, > please suggest rules for selecting the more suitable base] Javier, please make sure these warnings are fixed before you enable

[PATCH] crypto: Allow drivers to build if COMPILE_TEST is enabled

2015-10-13 Thread Javier Martinez Canillas
These drivers only have runtime but no build time dependencies so can be built for testing purposes if the Kconfig COMPILE_TEST option is enabled. This is useful to have more build coverage and make sure that drivers are not affected by changes that could cause build regressions. Signed-off-by:

Re: [PATCH] crypto: Allow drivers to build if COMPILE_TEST is enabled

2015-10-13 Thread kbuild test robot
Hi Javier, [auto build test WARNING on cryptodev/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Javier-Martinez-Canillas/crypto-Allow-drivers-to-build-if-COMPILE_TEST-is-enabled/20151013-214554