13cd4a596STero Kristoobj-y += clk.o autoidle.o clockdomain.o 2f60b1ea5STero Kristoclk-common = dpll.o composite.o divider.o gate.o \ 3*b138b028STero Kristo fixed-factor.o mux.o apll.o \ 4*b138b028STero Kristo clkt_dpll.o 545622e21STero Kristoobj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o 61a34275dSTony Lindgrenobj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-816x.o 7be67c3bfSTero Kristoobj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o 874807dffSTero Kristoobj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o \ 96793a30aSArnd Bergmann clk-3xxx.o 1021876ea5STero Kristoobj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o 1152b14728STero Kristoobj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o 129ac33b0cSPeter Ujfalusiobj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \ 139ac33b0cSPeter Ujfalusi clk-dra7-atl.o 14ffab2399STero Kristoobj-$(CONFIG_SOC_AM43XX) += $(clk-common) clk-43xx.o 156793a30aSArnd Bergmann 166793a30aSArnd Bergmannifdef CONFIG_ATAGS 176793a30aSArnd Bergmannobj-$(CONFIG_ARCH_OMAP3) += clk-3xxx-legacy.o 18a8aceccbSTero Kristoendif 19