blob: e53dcb4ca7aab560c8e84eee707ce6216f8853e8 [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
Sergiu Moga0a0f0e72023-03-08 16:39:50 +020012obj-$(CONFIG_AT91_SAM9X60_USB) += clk-sam9x60-usb.o
Claudiu Beznea6a6fe3e2020-09-07 17:46:52 +030013obj-$(CONFIG_SAMA7G5) += sama7g5.o
Claudiu Bezneaa6486222020-10-07 18:17:08 +030014obj-$(CONFIG_SAM9X60) += sam9x60.o
Claudiu Beznea653bcce2020-09-07 17:46:39 +030015else
16obj-y += compat.o
17endif