diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-28 23:24:02 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2021-07-12 11:30:06 +0300 |
commit | 9a7c066f6a1dfff2f30e697fe494a669428fc9f4 (patch) | |
tree | ea996576e636deb06215ef67313af73261bafacc /drivers/leds/Makefile | |
parent | eb5a4422e448a8200ddaafef0cc16db3f45ec1f8 (diff) | |
download | linux-9a7c066f6a1dfff2f30e697fe494a669428fc9f4.tar.xz |
leds: sgm3140: 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: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 6f4aa0e6e355..5e804f72b8e5 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -79,7 +79,6 @@ obj-$(CONFIG_LEDS_PWM) += leds-pwm.o obj-$(CONFIG_LEDS_REGULATOR) += leds-regulator.o obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o obj-$(CONFIG_LEDS_SC27XX_BLTC) += leds-sc27xx-bltc.o -obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o obj-$(CONFIG_LEDS_SUNFIRE) += leds-sunfire.o obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o |