diff options
author | Florian Fainelli <florian.fainelli@int-evry.fr> | 2007-02-12 23:16:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-15 21:37:29 +0000 |
commit | 2fea6f35c388c5add15d1492c7f4f3dac401717b (patch) | |
tree | 9ac4ddd197e978ff33ddecc4c2e2b8f6c09e84e8 /drivers/leds/Makefile | |
parent | bd4009af4883451f55f57155e364f03f700c9ce8 (diff) | |
download | talos-obmc-linux-2fea6f35c388c5add15d1492c7f4f3dac401717b.tar.gz talos-obmc-linux-2fea6f35c388c5add15d1492c7f4f3dac401717b.zip |
leds: Add support for Cobalt Server front LED
Add support for Cobalt Server front LED (MIPS)
Signed-off-by: Florian Fainell <florian.fainelli@int-evry.fr>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
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 377fe709216d..aa2c18efa5b2 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_LEDS_AMS_DELTA) += leds-ams-delta.o obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o obj-$(CONFIG_LEDS_H1940) += leds-h1940.o +obj-$(CONFIG_LEDS_COBALT) += leds-cobalt.o # LED Triggers obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o |