2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for the SuperH specific drivers.
|
|
|
|
#
|
2010-10-05 07:10:30 -06:00
|
|
|
obj-y := clk.o intc/
|
2010-05-12 08:21:24 -06:00
|
|
|
|
2007-09-21 00:55:55 -06:00
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
|
|
obj-$(CONFIG_MAPLE) += maple/
|
2010-05-12 08:21:24 -06:00
|
|
|
|
2009-11-27 00:38:01 -07:00
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
|
2010-05-11 07:29:34 -06:00
|
|
|
obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o
|