blob: 1d59531e0c42d8714efd9caa67b5efffaa0b1477 [file] [log] [blame]
Wenyou Yang9e5935c2016-07-20 17:55:12 +08001#
2# Makefile for at91 specific clk
3#
4
Claudiu Beznea653bcce2020-09-07 17:46:39 +03005ifdef CONFIG_CLK_CCF
Claudiu Beznea16502bf2020-09-07 17:46:48 +03006obj-y += pmc.o sckc.o clk-main.o clk-master.o clk-programmable.o clk-system.o
Claudiu Bezneaad4d39a2020-09-07 17:46:45 +03007obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
Claudiu Bezneae6547a62020-09-07 17:46:42 +03008obj-$(CONFIG_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o
Claudiu Beznea653bcce2020-09-07 17:46:39 +03009else
10obj-y += compat.o
11endif