Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4ecd41bd0ff5dfcb4f2c59d980f9196c160882be
/
.
/
drivers
/
base
/
power
/
Makefile
blob: 9caeaea753a3e00623fae4c41d72ffceaef1643c [
file
] [
log
] [
blame
]
obj
-
y
:=
shutdown
.
o
obj
-
$
(
CONFIG_PM_SLEEP
)
+=
main
.
o suspend
.
o resume
.
o sysfs
.
o
obj
-
$
(
CONFIG_PM_TRACE
)
+=
trace
.
o
ifeq
(
$
(
CONFIG_DEBUG_DRIVER
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
ifeq
(
$
(
CONFIG_PM_VERBOSE
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif