diff options
Diffstat (limited to 'drivers/clk/keystone/Makefile')
-rw-r--r-- | drivers/clk/keystone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/keystone/Makefile b/drivers/clk/keystone/Makefile index 0477cf63f132..c12593966f9b 100644 --- a/drivers/clk/keystone/Makefile +++ b/drivers/clk/keystone/Makefile @@ -1 +1,2 @@ -obj-y += pll.o gate.o +obj-$(CONFIG_COMMON_CLK_KEYSTONE) += pll.o gate.o +obj-$(CONFIG_TI_SCI_CLK) += sci-clk.o |