summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-06-21 12:35:07 (GMT)
committerJacek Anaszewski <j.anaszewski@samsung.com>2016-06-27 06:58:43 (GMT)
commitb1ae40a5db6191c42e2e45d726407096f030ee08 (patch)
tree532e2ac57d2a94116785d1da1270b689e947147a /drivers/Makefile
parentfca23e47dfdbcdacaae523f8b87d2240ce056ac1 (diff)
downloadlinux-b1ae40a5db6191c42e2e45d726407096f030ee08.tar.xz
leds: Only descend into leds directory when CONFIG_NEW_LEDS is set
When CONFIG_NEW_LEDS is not set make will still descend into the leds 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: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 0b6f3d6..6e7d458 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -122,7 +122,7 @@ obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-y += mmc/
obj-$(CONFIG_MEMSTICK) += memstick/
-obj-y += leds/
+obj-$(CONFIG_NEW_LEDS) += leds/
obj-$(CONFIG_INFINIBAND) += infiniband/
obj-$(CONFIG_SGI_SN) += sn/
obj-y += firmware/