diff options
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r-- | drivers/clk/mxs/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile new file mode 100644 index 000000000000..7bedeec08524 --- /dev/null +++ b/drivers/clk/mxs/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for mxs specific clk | ||
3 | # | ||
4 | |||
5 | obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o | ||
6 | |||
7 | obj-$(CONFIG_SOC_IMX23) += clk-imx23.o | ||
8 | obj-$(CONFIG_SOC_IMX28) += clk-imx28.o | ||