| commit | d3bf8aef81537ca5d92c1c97c9f6482bf252a687 | [log] [tgz] |
|---|---|---|
| author | Arve Hjønnevåg <arve@android.com> | Sun Mar 30 21:47:13 2008 -0700 |
| committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:53:13 2012 -0700 |
| tree | e528f424dbf9228e28dfcd95ae2beed94e3ae1de | |
| parent | 025ff0ad2ff6030b7071fc3da7dda4a96ec91468 [diff] [blame] |
ledtrig-sleep: Add led trigger for sleep debugging. Signed-off-by: Brian Swetland <swetland@google.com>
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 890481c..9d3b109 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile
@@ -56,3 +56,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += ledtrig-backlight.o obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o +obj-$(CONFIG_LEDS_TRIGGER_SLEEP) += ledtrig-sleep.o