Skip to content

Commit b276445

Browse files
jhovoldbebarino
authored andcommitted
clk: keystone: fix compile testing
Some keystone clock drivers can be selected when COMPILE_TEST is enabled but since commit b745c07 ("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: b745c07 ("clk: keystone: Add sci-clk driver support") Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 9c75986 commit b276445

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/clk/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ obj-$(CONFIG_ARCH_HISI) += hisilicon/
125125
obj-y += imgtec/
126126
obj-y += imx/
127127
obj-y += ingenic/
128-
obj-$(CONFIG_ARCH_K3) += keystone/
129-
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
128+
obj-y += keystone/
130129
obj-y += mediatek/
131130
obj-$(CONFIG_ARCH_MESON) += meson/
132131
obj-y += microchip/

0 commit comments

Comments
 (0)