summaryrefslogtreecommitdiff
path: root/drivers/clk/microchip/Makefile
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-05-13 13:22:40 +0530
committerRalf Baechle <ralf@linux-mips.org>2016-05-13 15:30:25 +0200
commitce6e1188465998820e7182455261b1f5d508ca17 (patch)
tree7313300bf913fd5c8bf0d2415f35501626597008 /drivers/clk/microchip/Makefile
parentd863dc9e5840b319105ebc90b46df8e26f1ea723 (diff)
CLK: microchip: Add Microchip PIC32 clock driver.
This clock driver implements PIC32 specific clock-tree. clock-tree entities can only be configured through device-tree file (OF). Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-clk@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13247/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/clk/microchip/Makefile')
-rw-r--r--drivers/clk/microchip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/microchip/Makefile b/drivers/clk/microchip/Makefile
new file mode 100644
index 000000000000..2152f418106a
--- /dev/null
+++ b/drivers/clk/microchip/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o
+obj-$(CONFIG_PIC32MZDA) += clk-pic32mzda.o