commit | 04bbdfd360349b207bf1887742aadd7906b44bcc | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Sun Mar 30 21:47:13 2008 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:08:44 2011 -0700 |
tree | 71415b68f88d332b8a2cbe505e71e097d0613178 | |
parent | fa56540eb5aa4ce7c58042ef37d24353cc7713b1 [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 bbfd2e3..cb77b9b 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile
@@ -54,3 +54,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