2005-04-17 07:20:36 +09:00
|
|
|
#
|
|
|
|
# Makefile for the SuperH specific drivers.
|
|
|
|
#
|
2010-10-18 21:32:58 +09:00
|
|
|
obj-y := intc/
|
2010-05-12 23:21:24 +09:00
|
|
|
|
2010-10-18 21:32:58 +09:00
|
|
|
obj-$(CONFIG_HAVE_CLK) += clk/
|
2007-09-21 15:55:55 +09:00
|
|
|
obj-$(CONFIG_MAPLE) += maple/
|
2010-10-18 21:32:58 +09:00
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
2009-11-27 16:38:01 +09:00
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
|
2011-11-11 15:41:50 +09:00
|
|
|
|
|
|
|
#
|
|
|
|
# For the moment we only use this framework for ARM-based SH/R-Mobile
|
|
|
|
# platforms and generic SH. SH-based SH-Mobile platforms are still using
|
|
|
|
# an older framework that is pending up-porting, at which point this
|
|
|
|
# special casing can go away.
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o
|
2011-11-17 22:55:52 +09:00
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o
|
2011-11-17 22:55:56 +09:00
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7723) += pm_runtime.o
|
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o
|