diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2013-12-24 13:33:54 +0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2014-03-19 11:23:53 +0400 |
commit | d3e6573c48f4472147b37e92cb345271e04d34d9 (patch) | |
tree | 6c99ed07c18a9c70df35521222fc1fe384495378 /drivers/clk/hisilicon/Makefile | |
parent | 16d1c8991cd6f25083ec43c15bed7ae30fbbe41e (diff) | |
download | linux-d3e6573c48f4472147b37e92cb345271e04d34d9.tar.xz |
clk: hip04: add clock driver
Now only fixed rate clocks are appended into the clock driver.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Diffstat (limited to 'drivers/clk/hisilicon/Makefile')
-rw-r--r-- | drivers/clk/hisilicon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/clk/hisilicon/Makefile b/drivers/clk/hisilicon/Makefile index a049108341fc..40b33c6a8257 100644 --- a/drivers/clk/hisilicon/Makefile +++ b/drivers/clk/hisilicon/Makefile @@ -2,4 +2,7 @@ # Hisilicon Clock specific Makefile # -obj-y += clk.o clkgate-separated.o clk-hi3620.o +obj-y += clk.o clkgate-separated.o + +obj-$(CONFIG_ARCH_HI3xxx) += clk-hi3620.o +obj-$(CONFIG_ARCH_HIP04) += clk-hip04.o |