repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] m68knommu: remove FP conditionals in ucontext struct
[pv_ops_mirror.git]
/
drivers
/
base
/
power
/
Makefile
blob
91f230939c1e65e49f907b53b3cd95931ccb3000
1
obj-y
:=
shutdown.o
2
obj-
$(
CONFIG_PM
) +=
main.o suspend.o resume.o runtime.o sysfs.o
3
obj-
$(
CONFIG_PM_TRACE
) +=
trace.o
4
5
ifeq
($(
CONFIG_DEBUG_DRIVER
),
y
)
6
EXTRA_CFLAGS
+= -
DDEBUG
7
endif
8
ifeq
($(
CONFIG_PM_DEBUG
),
y
)
9
EXTRA_CFLAGS
+= -
DDEBUG
10
endif