xref: /linux/drivers/sh/Makefile (revision 005438a8eef063495ac059d128eea71b58de50e5)
1#
2# Makefile for the SuperH specific drivers.
3#
4obj-$(CONFIG_SH_INTC)			+= intc/
5ifneq ($(CONFIG_COMMON_CLK),y)
6obj-$(CONFIG_HAVE_CLK)			+= clk/
7endif
8obj-$(CONFIG_MAPLE)			+= maple/
9obj-$(CONFIG_SUPERHYWAY)		+= superhyway/
10
11obj-y					+= pm_runtime.o
12