forked from Minki/linux
cfe76a28e3
The old RealView clock implementation is not used anymore (nothing in the kernel calls realview_clk_init()) as we have moved all clocks over to device tree. Delete it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
6 lines
237 B
Makefile
6 lines
237 B
Makefile
# Makefile for Versatile-specific clocks
|
|
obj-$(CONFIG_ICST) += icst.o clk-icst.o clk-versatile.o
|
|
obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o
|
|
obj-$(CONFIG_CLK_SP810) += clk-sp810.o
|
|
obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o
|