1a8aceccbSTero Kristoifneq ($(CONFIG_OF),) 23cd4a596STero Kristoobj-y += clk.o autoidle.o clockdomain.o 3f60b1ea5STero Kristoclk-common = dpll.o composite.o divider.o gate.o \ 43cf467a9SJ Keerthy fixed-factor.o mux.o apll.o 545622e21STero Kristoobj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o 6*1a34275dSTony Lindgrenobj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-816x.o 7be67c3bfSTero Kristoobj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o 8aafd900cSTero Kristoobj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o clk-3xxx.o 921876ea5STero Kristoobj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o 1052b14728STero Kristoobj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o 119ac33b0cSPeter Ujfalusiobj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \ 129ac33b0cSPeter Ujfalusi clk-dra7-atl.o 13ffab2399STero Kristoobj-$(CONFIG_SOC_AM43XX) += $(clk-common) clk-43xx.o 14a8aceccbSTero Kristoendif 15