blob: 24fbc6e5deb81e1c62de1fcf06652f19493a0f26 [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 Ripardaa152332016-08-30 10:38:07 +020010obj-$(CONFIG_SUNXI_CCU_MULT) += ccu_mult.o
Maxime Ripard6f9f7f82016-06-29 21:05:27 +020011obj-$(CONFIG_SUNXI_CCU_PHASE) += ccu_phase.o
Maxime Ripard2ab836d2016-06-29 21:05:29 +020012
13# Multi-factor clocks
Maxime Ripardadbfb002016-06-29 21:05:30 +020014obj-$(CONFIG_SUNXI_CCU_NK) += ccu_nk.o
Maxime Riparddf6561e2016-06-29 21:05:32 +020015obj-$(CONFIG_SUNXI_CCU_NKM) += ccu_nkm.o
Maxime Ripard4f728b52016-06-29 21:05:33 +020016obj-$(CONFIG_SUNXI_CCU_NKMP) += ccu_nkmp.o
Maxime Ripard6174a1e2016-06-29 21:05:31 +020017obj-$(CONFIG_SUNXI_CCU_NM) += ccu_nm.o
Maxime Ripard2ab836d2016-06-29 21:05:29 +020018obj-$(CONFIG_SUNXI_CCU_MP) += ccu_mp.o
Maxime Ripard0577e482016-06-29 21:05:34 +020019
20# SoC support
Maxime Ripardc6a06372016-07-06 08:31:34 +020021obj-$(CONFIG_SUN50I_A64_CCU) += ccu-sun50i-a64.o
Chen-Yu Tsaic6e6c962016-08-25 14:21:59 +080022obj-$(CONFIG_SUN6I_A31_CCU) += ccu-sun6i-a31.o
Maxime Ripard56908792016-08-31 16:55:00 +020023obj-$(CONFIG_SUN8I_A23_CCU) += ccu-sun8i-a23.o
Maxime Ripardd05c7482016-08-24 14:10:15 +020024obj-$(CONFIG_SUN8I_A33_CCU) += ccu-sun8i-a33.o
Maxime Ripard0577e482016-06-29 21:05:34 +020025obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o