mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
48264d9beb
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
|