diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-28 22:24:03 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-07-12 10:30:06 +0200 |
commit | 61fa67a4e538f70bb4e6b3e7f3555402c1713654 (patch) | |
tree | 9b72989d925664db9927155b1ae38fea72aea25b /drivers/leds/flash/Makefile | |
parent | 9a7c066f6a1dfff2f30e697fe494a669428fc9f4 (diff) | |
download | lwn-61fa67a4e538f70bb4e6b3e7f3555402c1713654.tar.gz lwn-61fa67a4e538f70bb4e6b3e7f3555402c1713654.zip |
leds: lm3601x: 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: Dan Murphy <dmurphy@ti.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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/flash/Makefile b/drivers/leds/flash/Makefile index 2f9153e78717..67556329441e 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_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 |