xref: /linux/drivers/clk/ti/Makefile (revision 131ee08f3fba48fd39ceca9c785a908c37276667)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2c2ee9bdcSTony Lindgrenifeq ($(CONFIG_ARCH_OMAP2PLUS), y)
3c2ee9bdcSTony Lindgren
43cd4a596STero Kristoobj-y					+= clk.o autoidle.o clockdomain.o
5f60b1ea5STero Kristoclk-common				= dpll.o composite.o divider.o gate.o \
6b138b028STero Kristo					  fixed-factor.o mux.o apll.o \
788a17252STero Kristo					  clkt_dpll.o clkt_iclk.o clkt_dflt.o \
888a17252STero Kristo					  clkctrl.o
9e97017f9STero Kristoobj-$(CONFIG_SOC_AM33XX)		+= $(clk-common) clk-33xx.o dpll3xxx.o \
10e97017f9STero Kristo					  clk-33xx-compat.o
119cf705deSTony Lindgrenobj-$(CONFIG_SOC_TI81XX)		+= $(clk-common) fapll.o clk-814x.o clk-816x.o
12be67c3bfSTero Kristoobj-$(CONFIG_ARCH_OMAP2)		+= $(clk-common) interface.o clk-2xxx.o
1374807dffSTero Kristoobj-$(CONFIG_ARCH_OMAP3)		+= $(clk-common) interface.o \
140565fb16STero Kristo					   clk-3xxx.o dpll3xxx.o
150565fb16STero Kristoobj-$(CONFIG_ARCH_OMAP4)		+= $(clk-common) clk-44xx.o \
160565fb16STero Kristo					   dpll3xxx.o dpll44xx.o
170565fb16STero Kristoobj-$(CONFIG_SOC_OMAP5)			+= $(clk-common) clk-54xx.o \
180565fb16STero Kristo					   dpll3xxx.o dpll44xx.o
199ac33b0cSPeter Ujfalusiobj-$(CONFIG_SOC_DRA7XX)		+= $(clk-common) clk-7xx.o \
200565fb16STero Kristo					   clk-dra7-atl.o dpll3xxx.o dpll44xx.o
21*131ee08fSTero Kristoobj-$(CONFIG_SOC_AM43XX)		+= $(clk-common) dpll3xxx.o clk-43xx.o \
22*131ee08fSTero Kristo					   clk-43xx-compat.o
236793a30aSArnd Bergmann
24c2ee9bdcSTony Lindgrenendif	# CONFIG_ARCH_OMAP2PLUS
25c2ee9bdcSTony Lindgren
2621330497STony Lindgrenobj-$(CONFIG_COMMON_CLK_TI_ADPLL)	+= adpll.o
27