mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 19:11:31 +00:00
03a6519e9c
meson8b cpu_clk has been replaced by a set of divider and mux clocks. meson_cpu_clk is no longer used and can be removed Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
10 lines
326 B
Makefile
10 lines
326 B
Makefile
#
|
|
# Makefile for Meson specific clk
|
|
#
|
|
|
|
obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-mpll.o clk-audio-divider.o
|
|
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b.o
|
|
obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o gxbb-aoclk-32k.o
|
|
obj-$(CONFIG_COMMON_CLK_AXG) += axg.o
|
|
obj-$(CONFIG_COMMON_CLK_REGMAP_MESON) += clk-regmap.o
|