diff options
| author | Oleksij Rempel <linux@rempel-privat.de> | 2015-01-20 04:23:02 -0500 |
|---|---|---|
| committer | Michael Turquette <mturquette@linaro.org> | 2015-01-20 13:10:51 -0500 |
| commit | ec6415dc4160c3b312c0ac6143e5f587837bbd1f (patch) | |
| tree | 777133dd248f815130dc7ce15587421caca4f52f /drivers/clk/Makefile | |
| parent | edc30077c926d55f500c3845f5f784c148f147db (diff) | |
ARM: clk: add clk-asm9260 driver
Provide CLK support for Alphascale ASM9260 SoC.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Michael 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 fcabb0e5ce18..d478ceb69c5f 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile | |||
| @@ -16,6 +16,7 @@ endif | |||
| 16 | 16 | ||
| 17 | # hardware specific clock types | 17 | # hardware specific clock types |
| 18 | # please keep this section sorted lexicographically by file/directory path name | 18 | # please keep this section sorted lexicographically by file/directory path name |
| 19 | obj-$(CONFIG_MACH_ASM9260) += clk-asm9260.o | ||
| 19 | obj-$(CONFIG_COMMON_CLK_AXI_CLKGEN) += clk-axi-clkgen.o | 20 | obj-$(CONFIG_COMMON_CLK_AXI_CLKGEN) += clk-axi-clkgen.o |
| 20 | obj-$(CONFIG_ARCH_AXXIA) += clk-axm5516.o | 21 | obj-$(CONFIG_ARCH_AXXIA) += clk-axm5516.o |
| 21 | obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o | 22 | obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o |
