blob: 51f171b0148266ff8da4b57e155fc386c4ea616f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the SuperH specific drivers.
3#
Paul Mundtde9186c2010-10-18 21:32:58 +09004obj-y := intc/
Magnus Damme47bb512010-05-12 14:21:24 +00005
Paul Mundtde9186c2010-10-18 21:32:58 +09006obj-$(CONFIG_HAVE_CLK) += clk/
Adrian McMenamin17be2d22007-09-21 15:55:55 +09007obj-$(CONFIG_MAPLE) += maple/
Paul Mundtde9186c2010-10-18 21:32:58 +09008obj-$(CONFIG_SUPERHYWAY) += superhyway/
Magnus Dammfae43392009-11-27 07:38:01 +00009obj-$(CONFIG_GENERIC_GPIO) += pfc.o
Paul Mundt750a7ee2011-11-11 15:41:50 +090010
11#
12# For the moment we only use this framework for ARM-based SH/R-Mobile
13# platforms and generic SH. SH-based SH-Mobile platforms are still using
14# an older framework that is pending up-porting, at which point this
15# special casing can go away.
16#
17obj-$(CONFIG_SUPERH)$(CONFIG_ARCH_SHMOBILE) += pm_runtime.o
Guennadi Liakhovetski6a06d5b2011-11-17 14:55:52 +010018obj-$(CONFIG_CPU_SUBTYPE_SH7722) += pm_runtime.o
Guennadi Liakhovetski7fa46322011-11-17 14:55:56 +010019obj-$(CONFIG_CPU_SUBTYPE_SH7723) += pm_runtime.o
20obj-$(CONFIG_CPU_SUBTYPE_SH7724) += pm_runtime.o