summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/Makefile
blob: eaa6dc0aeb7573f5776540468c23567306334c97 (plain)
1
2
3
4
5
ifneq ($(CONFIG_OF),)
obj-y					+= clk.o autoidle.o
clk-common				= dpll.o composite.o divider.o gate.o \
					  fixed-factor.o
endif