mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
ca0233285a
The ZX296718 clocks are statically listed and registered. More clock will be added later. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
4 lines
100 B
Makefile
4 lines
100 B
Makefile
obj-y := clk.o
|
|
obj-$(CONFIG_SOC_ZX296702) += clk-zx296702.o
|
|
obj-$(CONFIG_ARCH_ZX) += clk-zx296718.o
|