^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) obj-$(CONFIG_COMMON_CLK_ROCKCHIP_REGMAP) += clk-rockchip-regmap.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) clk-rockchip-regmap-objs := clk-regmap-mux.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) clk-regmap-divider.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) clk-regmap-gate.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) clk-regmap-fractional-divider.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) clk-regmap-composite.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) clk-regmap-pll.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) obj-$(CONFIG_CLK_RK618) += clk-rk618.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) obj-$(CONFIG_CLK_RK628) += clk-rk628.o