2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the SuperH specific drivers.
|
|
|
|
#
|
2014-08-20 13:39:22 +00:00
|
|
|
obj-$(CONFIG_SH_INTC) += intc/
|
2014-05-06 21:26:19 +00:00
|
|
|
ifneq ($(CONFIG_COMMON_CLK),y)
|
|
|
|
obj-$(CONFIG_HAVE_CLK) += clk/
|
|
|
|
endif
|
|
|
|
obj-$(CONFIG_MAPLE) += maple/
|
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
2010-05-12 14:21:24 +00:00
|
|
|
|
2014-05-06 21:26:19 +00:00
|
|
|
obj-y += pm_runtime.o
|