a45184099a
Based on the current common functions for core clocks and clock gating control, new common functions are joined in a single file. Given the opportunity, names of functions and structs are unified, and also a Kconfig entry is added. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
5 lines
188 B
Makefile
5 lines
188 B
Makefile
obj-$(CONFIG_MVEBU_CLK_COMMON) += common.o
|
|
obj-$(CONFIG_MVEBU_CLK_CORE) += clk.o clk-core.o
|
|
obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o
|
|
obj-$(CONFIG_MVEBU_CLK_GATING) += clk-gating-ctrl.o
|