diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-26 03:18:15 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-10-08 03:16:37 +0200 |
commit | 6cfc229d6f967041b5e1ee56a5bb87a500f31311 (patch) | |
tree | 79e0890000be71742fc06f587554d7f255619841 /drivers/clk/Makefile | |
parent | clk: keystone: Add gate control clock driver (diff) | |
download | linux-6cfc229d6f967041b5e1ee56a5bb87a500f31311.tar.xz linux-6cfc229d6f967041b5e1ee56a5bb87a500f31311.zip |
clk: keystone: Build Keystone clock drivers
Now build the keystone common clock drivers. The build is made
conditional based on COMMON_CLK_KEYSTONE
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 270f3fd2fbc0..df33820b45ec 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_ARCH_ZYNQ) += zynq/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-$(CONFIG_PLAT_SAMSUNG) += samsung/ obj-$(CONFIG_COMMON_CLK_XGENE) += clk-xgene.o +obj-$(CONFIG_COMMON_CLK_KEYSTONE) += keystone/ obj-$(CONFIG_X86) += x86/ |