forked from Minki/linux
62d3ba8bba
This kills of the now unused runtime PM stub in favour of the generic one. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
11 lines
244 B
Makefile
11 lines
244 B
Makefile
#
|
|
# Makefile for the SuperH specific drivers.
|
|
#
|
|
obj-y := intc/
|
|
|
|
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
|