xref: /openbmc/linux/drivers/clk/spear/Makefile (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1 *b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2 55b8fd4fSViresh Kumar#
3 55b8fd4fSViresh Kumar# SPEAr Clock specific Makefile
4 55b8fd4fSViresh Kumar#
5 55b8fd4fSViresh Kumar
6 a45896bdSViresh Kumarobj-y	+= clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
7 5df33a62SViresh Kumar
8 5df33a62SViresh Kumarobj-$(CONFIG_ARCH_SPEAR3XX)	+= spear3xx_clock.o
9 5df33a62SViresh Kumarobj-$(CONFIG_ARCH_SPEAR6XX)	+= spear6xx_clock.o
10 0b928af1SViresh Kumarobj-$(CONFIG_MACH_SPEAR1310)	+= spear1310_clock.o
11 0b928af1SViresh Kumarobj-$(CONFIG_MACH_SPEAR1340)	+= spear1340_clock.o
12