Makefile (239060b93bb30a4ad55f1ecaa512464a035cc5ba) Makefile (de9186c257acb06ca8187cff1c94412b5f80a3bd)
1#
2# Makefile for the SuperH specific drivers.
3#
1#
2# Makefile for the SuperH specific drivers.
3#
4obj-y := clk.o intc.o
4obj-y := intc/
5
5
6obj-$(CONFIG_SUPERHYWAY) += superhyway/
6obj-$(CONFIG_HAVE_CLK) += clk/
7obj-$(CONFIG_MAPLE) += maple/
7obj-$(CONFIG_MAPLE) += maple/
8
8obj-$(CONFIG_SUPERHYWAY) += superhyway/
9obj-$(CONFIG_GENERIC_GPIO) += pfc.o
9obj-$(CONFIG_GENERIC_GPIO) += pfc.o
10obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o