u-boot/drivers/clk/at91/Makefile
Claudiu Beznea e9885aa7cc clk: at91: sckc: add driver compatible with ccf
Add sckc driver compatible with common clock framework. Driver
implements slow clock support for SAM9X60 compatible IPs (in this
list it is also present SAMA7G5's slow clock IP).

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
2020-09-22 11:27:18 +03:00

9 lines
110 B
Makefile

#
# Makefile for at91 specific clk
#
ifdef CONFIG_CLK_CCF
obj-y += pmc.o sckc.o
else
obj-y += compat.o
endif