summaryrefslogtreecommitdiff
path: root/drivers/leds/flash/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-05-28 22:24:00 +0200
committerPavel Machek <pavel@ucw.cz>2021-07-12 10:30:05 +0200
commitf5d69f6290a37f5579ef24334d5bf8a59bb13ef4 (patch)
tree7687308761d398b55a3642cd8ee95c519f4cd728 /drivers/leds/flash/Makefile
parent293fee7f607841cc128c3f6df9b464e8abf99fb0 (diff)
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/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 11bec5881d51..9bb2fccee047 100644
--- a/drivers/leds/flash/Makefile
+++ b/drivers/leds/flash/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o
+obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o
obj-$(CONFIG_LEDS_RT4505) += leds-rt4505.o
obj-$(CONFIG_LEDS_RT8515) += leds-rt8515.o