xref: /linux/drivers/sh/Makefile (revision 3996eabbab5597d27d5140e1d8f9e3f1145f8b40)
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
10