Skip to content

Commit 041d2a0

Browse files
LegoLivesMatterlag-linaro
authored andcommitted
Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set"
This reverts commit b1ae40a. The ExpressWire library introduced in commit 25ae5f5 ("leds: Introduce ExpressWire library") does not depend on NEW_LEDS, but without this revert it would never get compiled if NEW_LEDS is not enabled. Revert this commit to allow the library to be compiled. Link: https://lore.kernel.org/[email protected] Suggested-by: Arnd Bergmann <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Duje Mihanović <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 6969d0a commit 041d2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle/
135135
obj-y += mmc/
136136
obj-y += ufs/
137137
obj-$(CONFIG_MEMSTICK) += memstick/
138-
obj-$(CONFIG_NEW_LEDS) += leds/
138+
obj-y += leds/
139139
obj-$(CONFIG_INFINIBAND) += infiniband/
140140
obj-y += firmware/
141141
obj-$(CONFIG_CRYPTO) += crypto/

0 commit comments

Comments
 (0)