mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +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
|