Commit d3442b2bb7ce4089fadcf483b8ae9766ab480238

Authored by Guennadi Liakhovetski
Committed by Paul Mundt
1 parent 62d3ba8bba

sh: also without PM_RUNTIME pm_runtime.o must be built

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 <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -7,5 +7,5 @@
7 7 obj-$(CONFIG_MAPLE) += maple/
8 8 obj-$(CONFIG_SUPERHYWAY) += superhyway/
9 9 obj-$(CONFIG_GENERIC_GPIO) += pfc.o
10   -obj-$(CONFIG_PM_RUNTIME) += pm_runtime.o
  10 +obj-y += pm_runtime.o