xref: /linux/drivers/sh/Makefile (revision e926301b39a07f587ff8c66354a2e2ee4c29162c)
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/
9
10obj-y				+= pm_runtime.o
11