On Thu, Jul 9, 2015 at 3:55 AM, Masahiro Yamada <[email protected]> wrote:
> Kbuild should descend into drivers/pinctrl/ only when CONFIG_PINCTRL > is enabled because everything under that directory depends on > CONFIG_PINCTRL. > > We can avoid the conditional, ifeq ($(CONFIG_OF),y) ... endif. > > Signed-off-by: Masahiro Yamada <[email protected]> Looks like a nice improvement to the build. Patch applied unless Greg has objections. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

