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