mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
9e5935c04e
The patch is referred to at91 clock driver of Linux, to make the clock node descriptions in DT aligned with the Linux's. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
284 B
Makefile
11 lines
284 B
Makefile
#
|
|
# Makefile for at91 specific clk
|
|
#
|
|
|
|
obj-y += pmc.o sckc.o
|
|
obj-y += clk-slow.o clk-main.o clk-plla.o clk-master.o
|
|
obj-y += clk-system.o clk-peripheral.o
|
|
|
|
obj-$(CONFIG_AT91_UTMI) += clk-utmi.o
|
|
obj-$(CONFIG_AT91_H32MX) += clk-h32mx.o
|
|
obj-$(CONFIG_AT91_GENERIC_CLK) += clk-generated.o
|