Makefile (b4761198bfaf29649dc58a48e8b123ea4174ba95) Makefile (1f847c65fd569c1d822800ba3e7e18c6411a7d50)
1ifneq ($(CONFIG_OF),)
2obj-y += clk.o autoidle.o
1ifneq ($(CONFIG_OF),)
2obj-y += clk.o autoidle.o
3clk-common = dpll.o composite.o divider.o
3clk-common = dpll.o composite.o divider.o \
4 fixed-factor.o
4endif
5endif