Loading...
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the SuperH specific drivers.
4#
5obj-$(CONFIG_SH_INTC) += intc
6ifneq ($(CONFIG_COMMON_CLK),y)
7obj-$(CONFIG_HAVE_CLK) += clk
8endif
9obj-$(CONFIG_MAPLE) += maple
10
11obj-y += pm_runtime.o
1#
2# Makefile for the SuperH specific drivers.
3#
4obj-y := intc
5
6obj-$(CONFIG_HAVE_CLK) += clk
7obj-$(CONFIG_MAPLE) += maple
8obj-$(CONFIG_SUPERHYWAY) += superhyway
9obj-$(CONFIG_GENERIC_GPIO) += pfc.o
10obj-y += pm_runtime.o