blob: 580b406d7bd6618e4c201bd89b160d22a966bf78 [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 Bezneaf89268e2020-09-07 17:46:49 +03007obj-y += clk-peripheral.o
8
Claudiu Beznea36a96302020-09-07 17:46:50 +03009obj-$(CONFIG_AT91_GENERIC_CLK) += clk-generic.o
Claudiu Bezneaad4d39a2020-09-07 17:46:45 +030010obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
Claudiu Bezneae6547a62020-09-07 17:46:42 +030011obj-$(CONFIG_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o
Claudiu Beznea6a6fe3e2020-09-07 17:46:52 +030012obj-$(CONFIG_SAMA7G5) += sama7g5.o
Claudiu Bezneaa6486222020-10-07 18:17:08 +030013obj-$(CONFIG_SAM9X60) += sam9x60.o
Claudiu Beznea653bcce2020-09-07 17:46:39 +030014else
15obj-y += compat.o
16endif