clk: at91: move clock code to compat.c
[platform/kernel/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
7 else
8 obj-y += compat.o
9 endif