]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/clk/mmp/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / clk / mmp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
6b63f023
CX
2#
3# Makefile for mmp specific clk
4#
5
4661fda1 6obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
e1b53b3d 7
ae32a5b3
CX
8obj-$(CONFIG_RESET_CONTROLLER) += reset.o
9
2bc61da9 10obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o
1ec770d9 11obj-$(CONFIG_MACH_MMP2_DT) += clk-of-mmp2.o
ab08aefc 12
e1b53b3d 13obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o
84a62e6e 14obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o
4c5bca34 15obj-$(CONFIG_CPU_MMP2) += clk-mmp2.o
df5338d9
RH
16
17obj-y += clk-of-pxa1928.o