diff options
Diffstat (limited to 'drivers/leds/rgb/Makefile')
-rw-r--r-- | drivers/leds/rgb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/leds/rgb/Makefile b/drivers/leds/rgb/Makefile new file mode 100644 index 000000000..0675bc0f6 --- /dev/null +++ b/drivers/leds/rgb/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o +obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o |