diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-09-24 18:25:06 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-09-24 18:25:06 +0200 |
commit | 7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee (patch) | |
tree | 38a7548d5a36cc20145eb916319fe673b84341b1 /drivers/leds/Makefile | |
parent | hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor. (diff) | |
parent | hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driver (diff) | |
download | linux-7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee.tar.xz linux-7ad8966f4f0a4606dfaba119ea4e2b3ac4c548ee.zip |
Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into hwmon-next
Immutable branch between MFD, HWMON, LEDs and Watchdog for v3.18
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index d8cc5f2777de..9a72fddc1d78 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -54,6 +54,7 @@ obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o obj-$(CONFIG_LEDS_VERSATILE) += leds-versatile.o +obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o # LED SPI Drivers obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |