diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-28 22:24:00 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-07-12 10:30:05 +0200 |
commit | f5d69f6290a37f5579ef24334d5bf8a59bb13ef4 (patch) | |
tree | 7687308761d398b55a3642cd8ee95c519f4cd728 /drivers/leds/Makefile | |
parent | leds: aat1290: Move driver to flash subdirectory (diff) | |
download | linux-f5d69f6290a37f5579ef24334d5bf8a59bb13ef4.tar.xz linux-f5d69f6290a37f5579ef24334d5bf8a59bb13ef4.zip |
leds: as3645a: 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.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
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 c7231975837a..a3a6fda8ab99 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -14,7 +14,6 @@ obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o obj-$(CONFIG_LEDS_AN30259A) += leds-an30259a.o obj-$(CONFIG_LEDS_APU) += leds-apu.o obj-$(CONFIG_LEDS_ARIEL) += leds-ariel.o -obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o obj-$(CONFIG_LEDS_AW2013) += leds-aw2013.o obj-$(CONFIG_LEDS_BCM6328) += leds-bcm6328.o |