mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
28b9fcd016
This patch adds support for the basic clocks found on the Amlogic Meson8b SoCs. Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
7 lines
99 B
Makefile
7 lines
99 B
Makefile
#
|
|
# Makefile for Meson specific clk
|
|
#
|
|
|
|
obj-y += clkc.o clk-pll.o clk-cpu.o
|
|
obj-y += meson8b-clkc.o
|