blob: 633ce642ffae6ee2fd518e78bbec87c6dc833cba [file] [log] [blame]
Maxime Ripard1d80c142016-06-29 21:05:23 +02001# Common objects
2obj-$(CONFIG_SUNXI_CCU) += ccu_common.o
3obj-$(CONFIG_SUNXI_CCU) += ccu_reset.o
Maxime Ripard89a3dfb2016-06-29 21:05:24 +02004
5# Base clock types
Maxime Riparde9b93212016-06-29 21:05:28 +02006obj-$(CONFIG_SUNXI_CCU_DIV) += ccu_div.o
Maxime Ripard89a3dfb2016-06-29 21:05:24 +02007obj-$(CONFIG_SUNXI_CCU_FRAC) += ccu_frac.o
Maxime Ripard1a7e7c32016-06-29 21:05:25 +02008obj-$(CONFIG_SUNXI_CCU_GATE) += ccu_gate.o
Maxime Ripard2a65ed42016-06-29 21:05:26 +02009obj-$(CONFIG_SUNXI_CCU_MUX) += ccu_mux.o
Maxime Ripard6f9f7f82016-06-29 21:05:27 +020010obj-$(CONFIG_SUNXI_CCU_PHASE) += ccu_phase.o
Maxime Ripard2ab836d2016-06-29 21:05:29 +020011
12# Multi-factor clocks
Maxime Ripardadbfb002016-06-29 21:05:30 +020013obj-$(CONFIG_SUNXI_CCU_NK) += ccu_nk.o
Maxime Riparddf6561e2016-06-29 21:05:32 +020014obj-$(CONFIG_SUNXI_CCU_NKM) += ccu_nkm.o
Maxime Ripard4f728b52016-06-29 21:05:33 +020015obj-$(CONFIG_SUNXI_CCU_NKMP) += ccu_nkmp.o
Maxime Ripard6174a1e2016-06-29 21:05:31 +020016obj-$(CONFIG_SUNXI_CCU_NM) += ccu_nm.o
Maxime Ripard2ab836d2016-06-29 21:05:29 +020017obj-$(CONFIG_SUNXI_CCU_MP) += ccu_mp.o
Maxime Ripard0577e482016-06-29 21:05:34 +020018
19# SoC support
20obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o