mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
fa676ca394
Move the CPG helpers to drivers/sh/clk-cpg.c V2. This to allow SH-Mobile ARM to share the code with SH. All functions except the legacy CPG stuff is moved. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
243 B
Makefile
10 lines
243 B
Makefile
#
|
|
# Makefile for the SuperH specific drivers.
|
|
#
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
obj-$(CONFIG_MAPLE) += maple/
|
|
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
|
|
obj-$(CONFIG_SUPERH) += clk.o
|
|
obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o
|
|
obj-y += intc.o
|