Re: [PATCH 02/14] clk: meson: use CONFIG_ARCH_MESON to enter meson clk directory

2019-01-29 Thread Stephen Boyd
Quoting Jerome Brunet (2019-01-28 10:04:18) > Use CONFIG_ARCH_MESON to let make enter the meson clock directory. > As part of a rework, CONFIG_COMMON_CLK_AMLOGIC is about to be removed. > > Signed-off-by: Jerome Brunet > --- Acked-by: Stephen Boyd

[PATCH 02/14] clk: meson: use CONFIG_ARCH_MESON to enter meson clk directory

2019-01-28 Thread Jerome Brunet
Use CONFIG_ARCH_MESON to let make enter the meson clock directory. As part of a rework, CONFIG_COMMON_CLK_AMLOGIC is about to be removed. Signed-off-by: Jerome Brunet --- drivers/clk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/Makefile