rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Makefile for the SuperH specific drivers. | ||||
4 | # | ||||
5 | obj-$(CONFIG_SH_INTC) += intc/ | ||||
6 | ifneq ($(CONFIG_COMMON_CLK),y) | ||||
7 | obj-$(CONFIG_HAVE_CLK) += clk/ | ||||
8 | endif | ||||
9 | obj-$(CONFIG_MAPLE) += maple/ | ||||
10 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | ||||
11 | |||||
12 | obj-y += pm_runtime.o |