2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for the SuperH specific drivers.
|
|
|
|
#
|
2010-10-18 05:32:58 -07:00
|
|
|
obj-y := intc/
|
2010-05-12 07:21:24 -07:00
|
|
|
|
2010-10-18 05:32:58 -07:00
|
|
|
obj-$(CONFIG_HAVE_CLK) += clk/
|
2007-09-20 23:55:55 -07:00
|
|
|
obj-$(CONFIG_MAPLE) += maple/
|
2012-07-09 19:49:30 -07:00
|
|
|
obj-$(CONFIG_SH_PFC) += pfc/
|
2010-10-18 05:32:58 -07:00
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
2012-07-09 19:49:30 -07:00
|
|
|
|
2012-01-10 08:04:11 -07:00
|
|
|
obj-y += pm_runtime.o
|