diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-26 05:18:15 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-10-08 05:16:37 +0400 |
commit | 6cfc229d6f967041b5e1ee56a5bb87a500f31311 (patch) | |
tree | 79e0890000be71742fc06f587554d7f255619841 /drivers/clk/keystone | |
parent | 7affe5685c962ed0bc0fadf307400484b2276c89 (diff) | |
download | linux-6cfc229d6f967041b5e1ee56a5bb87a500f31311.tar.xz |
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/keystone')
-rw-r--r-- | drivers/clk/keystone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/keystone/Makefile b/drivers/clk/keystone/Makefile new file mode 100644 index 000000000000..0477cf63f132 --- /dev/null +++ b/drivers/clk/keystone/Makefile @@ -0,0 +1 @@ +obj-y += pll.o gate.o |