projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
clk: sunxi: Add Allwinner H3/H5 CLK driver
[platform/kernel/u-boot.git]
/
drivers
/
clk
/
sunxi
/
Makefile
1
#
2
# Copyright (C) 2018 Amarula Solutions.
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
7
obj-$(CONFIG_CLK_SUNXI) += clk_sunxi.o
8
9
obj-$(CONFIG_CLK_SUN8I_H3) += clk_h3.o
10
obj-$(CONFIG_CLK_SUN50I_A64) += clk_a64.o