projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d3ba8
)
sh: also without PM_RUNTIME pm_runtime.o must be built
author
Guennadi Liakhovetski
<
[email protected]
>
Tue, 10 Jan 2012 15:04:11 +0000
(16:04 +0100)
committer
Paul Mundt
<
[email protected]
>
Thu, 12 Jan 2012 03:25:51 +0000
(12:25 +0900)
When CONFIG_PM_RUNTIME is off, drivers/sh/pm_runtime.o still has to be
built on sh platforms, because then it provides means to statically
switch on device PM clocks.
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
drivers/sh/Makefile
patch
|
blob
|
history
diff --git
a/drivers/sh/Makefile
b/drivers/sh/Makefile
index c393894ff35704865a8d0f4c54b6840f4cbfdc98..7139ad2f20864d61c53eeebaec5c3a0f935222c7 100644
(file)
--- a/
drivers/sh/Makefile
+++ b/
drivers/sh/Makefile
@@
-7,4
+7,4
@@
obj-$(CONFIG_HAVE_CLK) += clk/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
-obj-
$(CONFIG_PM_RUNTIME)
+= pm_runtime.o
+obj-
y
+= pm_runtime.o