Skip to content

Commit

Permalink
Enable MCE wakelock manipulation code by default
Browse files Browse the repository at this point in the history
The logic is by design such that wakelock calls turn into NOPs
if wakelock related sysfs files are not present at mce startup,
so we might as well turn the default to enabled.
  • Loading branch information
spiiroin committed Dec 7, 2012
1 parent ba92707 commit b4a0781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -70,7 +70,7 @@ endif
PKG_CONFIG ?= pkg-config

# Whether to enable wakelock compatibility code
ENABLE_WAKELOCKS ?= n
ENABLE_WAKELOCKS ?= y

# Whether to enable sysinfod queries
ENABLE_SYSINFOD_QUERIES ?= n
Expand Down

0 comments on commit b4a0781

Please sign in to comment.