commit | 6b891a2647337554f4b5cdff98d843f5e25b70af | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Jun 13 15:02:00 2016 -0500 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jun 14 08:58:06 2016 +0200 |
tree | ea8dd62750e472f076be50950c44ed8edd149d96 | |
parent | 3a0000f0cabba5e6e1d61e969250fc31e33f18bc [diff] |
gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set When CONFIG_GPIOLIB is not set make will still descend into the gpio directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>