]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: keystone: fix compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 27 Nov 2025 13:53:25 +0000 (14:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:55:13 +0000 (13:55 +0100)
commitb61d747c0a74942de76dc29607c44b3bd2741754
tree01a77ac06f6a051cb3ebef293caf3eaa4a8e02a2
parentfa73dbe02e052d9bf2ddc3c5e95a50c2388af156
clk: keystone: fix compile testing

[ Upstream commit b276445e98fe28609688fb85b89a81b803910e63 ]

Some keystone clock drivers can be selected when COMPILE_TEST is
enabled but since commit b745c0794e2f ("clk: keystone: Add sci-clk
driver support") they are never actually built.

Enable compile testing by allowing the build system to process the
keystone drivers.

Fixes: b745c0794e2f ("clk: keystone: Add sci-clk driver support")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/Makefile