Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d6fece051a4ef330922bfafb9d64e3e133e3a8a6
/
.
/
drivers
/
base
/
power
/
Makefile
blob: ceeeba2c56c7a426825b9dd982b6039dd8b99f3f [
file
] [
log
] [
blame
]
obj
-
y
:=
shutdown
.
o
obj
-
$
(
CONFIG_PM
)
+=
main
.
o suspend
.
o resume
.
o runtime
.
o sysfs
.
o
ifeq
(
$
(
CONFIG_DEBUG_DRIVER
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif
ifeq
(
$
(
CONFIG_PM_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif