summaryrefslogtreecommitdiff
path: root/kernel/power/Makefile
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2008-10-09 21:01:46 -0700
committerColin Cross <ccross@android.com>2011-06-14 09:08:42 -0700
commit47dfb46bf609015a383206417c8e596df1d84017 (patch)
tree19a77e0c978ccff1b9af287d86d8feb6539f2fe7 /kernel/power/Makefile
parentb0dc34309fc9f98de480aa383c7f6f035ce3b54a (diff)
PM: Add user-space wake lock api.
This adds /sys/power/wake_lock and /sys/power/wake_unlock. Writing a string to wake_lock creates a wake lock the first time is sees a string and locks it. Optionally, the string can be followed by a timeout. To unlock the wake lock, write the same string to wake_unlock. Change-Id: I66c6e3fe6487d17f9c2fafde1174042e57d15cd7
Diffstat (limited to 'kernel/power/Makefile')
-rw-r--r--kernel/power/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/power/Makefile b/kernel/power/Makefile
index 2d2b1bed36a..44a3db6f5ee 100644
--- a/kernel/power/Makefile
+++ b/kernel/power/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_PM_TEST_SUSPEND) += suspend_test.o
obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \
block_io.o
obj-$(CONFIG_WAKELOCK) += wakelock.o
+obj-$(CONFIG_USER_WAKELOCK) += userwakelock.o
obj-$(CONFIG_EARLYSUSPEND) += earlysuspend.o
obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o