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 521876ea5STero Kristoobj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o 652b14728STero Kristoobj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o 7*251a449dSTero Kristoobj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o 8a8aceccbSTero Kristoendif 9