xref: /openbmc/linux/drivers/sh/Makefile (revision b16b2a26)
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_SH_PFC)		+= pfc.o
10obj-$(CONFIG_GPIO_SH_PFC)	+= pfc-gpio.o
11obj-y				+= pm_runtime.o
12