mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
cb7c47d706
Break the AmLogic clock code up so that only the necessary parts are compiled and linked. The core code is selected by both arm and arm64 builds with COMMON_CLK_AMLOGIC. The individual drivers have their own config options as well. Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
7 lines
146 B
Makefile
7 lines
146 B
Makefile
#
|
|
# Makefile for Meson specific clk
|
|
#
|
|
|
|
obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-cpu.o
|
|
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b-clkc.o
|