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