summaryrefslogtreecommitdiffstats
path: root/drivers/leds/flash/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-05-28 22:24:04 +0200
committerPavel Machek <pavel@ucw.cz>2021-07-12 10:30:06 +0200
commit51f3b2c3d511c7753f039176bbce08e8d53a0845 (patch)
tree628060e05fc4c8beb4d18516a1f3b7de3043bcef /drivers/leds/flash/Makefile
parent61fa67a4e538f70bb4e6b3e7f3555402c1713654 (diff)
downloadlinux-51f3b2c3d511c7753f039176bbce08e8d53a0845.tar.bz2
leds: ktd2692: Move driver to flash subdirectory
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>
Diffstat (limited to 'drivers/leds/flash/Makefile')
-rw-r--r--drivers/leds/flash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/flash/Makefile b/drivers/leds/flash/Makefile
index 67556329441e..ebea42f9c37e 100644
--- a/drivers/leds/flash/Makefile
+++ b/drivers/leds/flash/Makefile
@@ -2,6 +2,7 @@
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