2005-04-17 02:20:36 +04:00
|
|
|
#
|
|
|
|
# Makefile for the SuperH specific drivers.
|
|
|
|
#
|
2010-10-18 16:32:58 +04:00
|
|
|
obj-y := intc/
|
2010-05-12 18:21:24 +04:00
|
|
|
|
2010-10-18 16:32:58 +04:00
|
|
|
obj-$(CONFIG_HAVE_CLK) += clk/
|
2007-09-21 10:55:55 +04:00
|
|
|
obj-$(CONFIG_MAPLE) += maple/
|
2010-10-18 16:32:58 +04:00
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
2009-11-27 10:38:01 +03:00
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
|
2012-01-10 19:04:11 +04:00
|
|
|
obj-y += pm_runtime.o
|