forked from Minki/linux
ba3fae06c7
This moves the ICST clock divider helper library from arch/arm/common to drivers/clk/versatile so it is maintained with the other clock drivers. We keep the structure as a helper library intact and do not fuse it with the clk-icst.c Versatile ICST clock driver: there may be other users out there that need to use this library for their clocking, and then it will be helpful to keep the library contained. (The icst.[c|h] files could just be moved to drivers/clk/lib or a similar location to share the library.) Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
7 lines
283 B
Makefile
7 lines
283 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_ARCH_REALVIEW) += clk-realview.o
|
|
obj-$(CONFIG_CLK_SP810) += clk-sp810.o
|
|
obj-$(CONFIG_CLK_VEXPRESS_OSC) += clk-vexpress-osc.o
|