Re: [PATCH] mmc: android-goldfish: Allow compiling the driver with COMPILE_TEST

2015-10-16 Thread Ulf Hansson
On 10 October 2015 at 18:08, Luis de Bethencourt wrote: > The driver depends on GOLDFISH but there isn't a build dependency > so it's a good idea to allow the driver to always be built when the > COMPILE_TEST option is enabled. > > That way, the driver can be built with a config generated by make

Re: [PATCH] mmc: android-goldfish: Allow compiling the driver with COMPILE_TEST

2015-10-13 Thread Jean Delvare
On Sat, 10 Oct 2015 17:08:32 +0100, Luis de Bethencourt wrote: > The driver depends on GOLDFISH but there isn't a build dependency > so it's a good idea to allow the driver to always be built when the > COMPILE_TEST option is enabled. > > That way, the driver can be built with a config generated b