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 6aafd900cSTero Kristoobj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o clk-3xxx.o 721876ea5STero Kristoobj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o 852b14728STero Kristoobj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o 9251a449dSTero Kristoobj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o 10*ffab2399STero Kristoobj-$(CONFIG_SOC_AM43XX) += $(clk-common) clk-43xx.o 11a8aceccbSTero Kristoendif 12