Re: [PATCH 2/2] pinctrl: stm32: Fix compile testing selection

2016-02-09 Thread Linus Walleij
On Mon, Feb 8, 2016 at 6:57 PM, Maxime Coquelin wrote: > While selecting the driver for compile testing seemed possible, > the driver was not compiled because the driver directory was only > added if ARCH_STM32 was selected. > > This patch now makes the pinctrl Makefile to add stm32 directory if

[PATCH 2/2] pinctrl: stm32: Fix compile testing selection

2016-02-08 Thread Maxime Coquelin
While selecting the driver for compile testing seemed possible, the driver was not compiled because the driver directory was only added if ARCH_STM32 was selected. This patch now makes the pinctrl Makefile to add stm32 directory if PINCTRL_STM32 is selected. Signed-off-by: Maxime Coquelin --- d