diff options
author | Sven Schwermer | 2022-05-04 20:49:46 +0200 |
---|---|---|
committer | Pavel Machek | 2022-05-07 23:09:31 +0200 |
commit | 818d03b3d4ae00eeb56687d2115a930406b2c7b3 (patch) | |
tree | b215bf7a05e1486b2b5687cddf2dcea173401e13 /drivers/leds/rgb/Makefile | |
parent | 9fa2762110dd5d4e3ccadcd6bc1e5c7c517cbe4d (diff) |
leds: Move pwm-multicolor driver into rgb directory
The drivers/leds/rgb subdirectory is relatively fresh, so we move this
new PWM multi-color driver into it.
Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/rgb/Makefile')
-rw-r--r-- | drivers/leds/rgb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/rgb/Makefile b/drivers/leds/rgb/Makefile index 83114f44c4ea..0675bc0f6e18 100644 --- a/drivers/leds/rgb/Makefile +++ b/drivers/leds/rgb/Makefile @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o +obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o +obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o |