mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 05:24:47 +08:00
51f3b2c3d5
We created a subdirectory for LED drivers that depend on CONFIG_LEDS_CLASS_FLASH, and this driver does so let's move it there. Cc: Ingi Kim <ingi2.kim@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Pavel Machek <pavel@ucw.cz>
11 lines
394 B
Makefile
11 lines
394 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o
|
|
obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o
|
|
obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o
|
|
obj-$(CONFIG_LEDS_LM3601X) += leds-lm3601x.o
|
|
obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
|
|
obj-$(CONFIG_LEDS_RT4505) += leds-rt4505.o
|
|
obj-$(CONFIG_LEDS_RT8515) += leds-rt8515.o
|
|
obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o
|