]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hsi: Only descend into hsi directory when CONFIG_HSI is set
authorAndrew F. Davis <afd@ti.com>
Mon, 13 Jun 2016 20:02:05 +0000 (15:02 -0500)
committerSebastian Reichel <sre@kernel.org>
Wed, 15 Jun 2016 14:02:58 +0000 (16:02 +0200)
commitea12c45f1b368e2a0ad080e863291171ee2f98b1
treef8169c3876569ca97f552e9c9f6185a4b0cba4c8
parente01957abd4cb3816a1eaaf191b16de182ebb333e
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>
drivers/Makefile