diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-08 23:31:57 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 13:35:55 +0900 |
commit | 7b5bb891a6e44bd18bd8661ede2e09ccae258ef5 (patch) | |
tree | bf056a4137d4c3cc58e11107c2bdc7393df13ff2 /drivers/clk/Makefile | |
parent | 8dbdef22d5a720e66ac3939d4c4f7004ef9dd7b4 (diff) | |
download | linux-7b5bb891a6e44bd18bd8661ede2e09ccae258ef5.tar.gz linux-7b5bb891a6e44bd18bd8661ede2e09ccae258ef5.tar.bz2 linux-7b5bb891a6e44bd18bd8661ede2e09ccae258ef5.zip |
h8300: clock driver
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
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 3d00c25382c5..9df871d53c6e 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -73,3 +73,4 @@ obj-$(CONFIG_ARCH_U8500) += ux500/ obj-$(CONFIG_COMMON_CLK_VERSATILE) += versatile/ obj-$(CONFIG_X86) += x86/ obj-$(CONFIG_ARCH_ZYNQ) += zynq/ +obj-$(CONFIG_H8300) += h8300/ |