commit | ea12c45f1b368e2a0ad080e863291171ee2f98b1 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Jun 13 15:02:05 2016 -0500 |
committer | Sebastian Reichel <sre@kernel.org> | Wed Jun 15 16:02:58 2016 +0200 |
tree | f8169c3876569ca97f552e9c9f6185a4b0cba4c8 | |
parent | e01957abd4cb3816a1eaaf191b16de182ebb333e [diff] |
hsi: Only descend into hsi directory when CONFIG_HSI is set When CONFIG_HSI is not set make will still descend into the hsi 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: Sebastian Reichel <sre@kernel.org>