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