diff options
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 312742c10661..d5d325f28016 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile | |||
@@ -9,6 +9,9 @@ obj-$(CONFIG_COMMON_CLK) += clk-gate.o | |||
9 | obj-$(CONFIG_COMMON_CLK) += clk-mux.o | 9 | obj-$(CONFIG_COMMON_CLK) += clk-mux.o |
10 | obj-$(CONFIG_COMMON_CLK) += clk-composite.o | 10 | obj-$(CONFIG_COMMON_CLK) += clk-composite.o |
11 | obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o | 11 | obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o |
12 | ifeq ($(CONFIG_OF), y) | ||
13 | obj-$(CONFIG_COMMON_CLK) += clk-conf.o | ||
14 | endif | ||
12 | 15 | ||
13 | # hardware specific clock types | 16 | # hardware specific clock types |
14 | # please keep this section sorted lexicographically by file/directory path name | 17 | # please keep this section sorted lexicographically by file/directory path name |