1a8aceccbSTero Kristoifneq ($(CONFIG_OF),) 23cd4a596STero Kristoobj-y += clk.o autoidle.o clockdomain.o 3f60b1ea5STero Kristoclk-common = dpll.o composite.o divider.o gate.o \ 4*3cf467a9SJ 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 7a8aceccbSTero Kristoendif 8