Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / clk / mmp / Makefile
CommitLineData
6b63f023
CX
1#
2# Makefile for mmp specific clk
3#
4
4661fda1 5obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
e1b53b3d 6
ae32a5b3
CX
7obj-$(CONFIG_RESET_CONTROLLER) += reset.o
8
2bc61da9 9obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o
1ec770d9 10obj-$(CONFIG_MACH_MMP2_DT) += clk-of-mmp2.o
ab08aefc 11
e1b53b3d 12obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o
84a62e6e 13obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o
4c5bca34 14obj-$(CONFIG_CPU_MMP2) += clk-mmp2.o
df5338d9
RH
15
16obj-y += clk-of-pxa1928.o
This page took 0.232763 seconds and 5 git commands to generate.