]> git.ipfire.org Git - thirdparty/u-boot.git/blob - drivers/clk/at91/Makefile
Merge branch 'next'
[thirdparty/u-boot.git] / drivers / clk / at91 / Makefile
1 #
2 # Makefile for at91 specific clk
3 #
4
5 ifdef CONFIG_CLK_CCF
6 obj-y += pmc.o sckc.o clk-main.o clk-master.o clk-programmable.o clk-system.o
7 obj-y += clk-peripheral.o
8
9 obj-$(CONFIG_AT91_GENERIC_CLK) += clk-generic.o
10 obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
11 obj-$(CONFIG_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o
12 obj-$(CONFIG_AT91_SAM9X60_USB) += clk-sam9x60-usb.o
13 obj-$(CONFIG_SAMA7G5) += sama7g5.o
14 obj-$(CONFIG_SAM9X60) += sam9x60.o
15 else
16 obj-y += compat.o
17 endif