Re: drivers/gpio/gpiolib.c:3215: undefined reference to `of_get_named_gpiod_flags'

From: Fengguang Wu
Date: Mon Sep 12 2016 - 09:47:13 EST


Hi Linus,

On Mon, Sep 12, 2016 at 03:26:22PM +0200, Linus Walleij wrote:
On Thu, Sep 8, 2016 at 10:07 PM, kbuild test robot
<fengguang.wu@xxxxxxxxx> wrote:

reproduce:
git checkout 2527ecc9195e9c66252af24c4689e8a67cd4ccb9
# save the attached .config to linux build tree
make ARCH=um

allyes doesn't work at all for me. No idea how to reproduce this.

I want to fix up the UM build but there are just new bugs popping up
every time I fix a bug...

How about this option?

make --keep-going

That's our trick to extend test coverage to as much as possible --
for example, some arch/kconfig combinations actually never succeed.

Thanks,
Fengguang