Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2016-01-28 Thread Javier Martinez Canillas
porting this issue. I only did a partial build with make M=drivers/bcma but didn't think about implicit dependencies on other drivers. I've posted this patch that should avoid this issue: https://patchwork.kernel.org/patch/7391551/ So this patch ("bcma: mips: Allow build if COMPILE_T

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2016-01-28 Thread Kalle Valo
ting this issue. I only did a partial build with >>>> make M=drivers/bcma but didn't think about implicit dependencies >>>> on other drivers. >>>> >>>> I've posted this patch that should avoid this issue: >>>> https://patchwork.kernel.o

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-14 Thread Javier Martinez Canillas
Hello, On 10/13/2015 05:25 PM, kbuild test robot wrote: > Hi Javier, > > [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please > suggest rules for selecting the more suitable base] > > url: >

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-14 Thread Javier Martinez Canillas
ow + from), >>> >> >> Thanks for reporting this issue. I only did a partial build with >> make M=drivers/bcma but didn't think about implicit dependencies >> on other drivers. >> >> I've posted this patch that should avoid this issue

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-14 Thread Kalle Valo
but didn't think about implicit dependencies > on other drivers. > > I've posted this patch that should avoid this issue: > https://patchwork.kernel.org/patch/7391551/ So this patch ("bcma: mips: Allow build if COMPILE_TEST is enabled") depend on that patch ("mtd: Make MTD_

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-14 Thread Kalle Valo
=drivers/bcma but didn't think about implicit dependencies >>> on other drivers. >>> >>> I've posted this patch that should avoid this issue: >>> https://patchwork.kernel.org/patch/7391551/ >> >> So this patch ("bcma: mips: Allow build if COMPILE_TES

Re: [PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-14 Thread Javier Martinez Canillas
s for reporting this issue. I only did a partial build with >>>> make M=drivers/bcma but didn't think about implicit dependencies >>>> on other drivers. >>>> >>>> I've posted this patch that should avoid this issue: >>>> https://patchwork

[PATCH] bcma: mips: Allow build if COMPILE_TEST is enabled

2015-10-13 Thread Javier Martinez Canillas
This driver only has a 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 the driver is not affected by changes that could cause a build regression.