aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-05-28 22:24:02 +0200
committerPavel Machek <pavel@ucw.cz>2021-07-12 10:30:06 +0200
commit9a7c066f6a1dfff2f30e697fe494a669428fc9f4 (patch)
treeea996576e636deb06215ef67313af73261bafacc /drivers/leds/Makefile
parentleds: max77693: Move driver to flash subdirectory (diff)
downloadlinux-dev-9a7c066f6a1dfff2f30e697fe494a669428fc9f4.tar.xz
linux-dev-9a7c066f6a1dfff2f30e697fe494a669428fc9f4.zip
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/Makefile1
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