diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-28 23:24:04 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-07-12 11:30:06 +0300 |
commit | 51f3b2c3d511c7753f039176bbce08e8d53a0845 (patch) | |
tree | 628060e05fc4c8beb4d18516a1f3b7de3043bcef /drivers/leds/Makefile | |
parent | 61fa67a4e538f70bb4e6b3e7f3555402c1713654 (diff) | |
download | linux-51f3b2c3d511c7753f039176bbce08e8d53a0845.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 6d5c23afaf98..c636ec069612 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -35,7 +35,6 @@ obj-$(CONFIG_LEDS_IP30) += leds-ip30.o obj-$(CONFIG_LEDS_IPAQ_MICRO) += leds-ipaq-micro.o obj-$(CONFIG_LEDS_IS31FL319X) += leds-is31fl319x.o obj-$(CONFIG_LEDS_IS31FL32XX) += leds-is31fl32xx.o -obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o obj-$(CONFIG_LEDS_LM3532) += leds-lm3532.o obj-$(CONFIG_LEDS_LM3533) += leds-lm3533.o |