mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 05:24:12 +01:00
This is the initial commit for the UniPhier clock drivers. Currently, only the Media I/O clock is supported. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
3 lines
88 B
Makefile
3 lines
88 B
Makefile
obj-y += clk-uniphier-core.o
|
|
|
|
obj-$(CONFIG_CLK_UNIPHIER_MIO) += clk-uniphier-mio.o
|