mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
912af8423f
Add basic support for the Amlogic G12A clock controller based on the AXG driver. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
9 lines
226 B
Makefile
9 lines
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2019 Baylibre, SAS
|
|
# Jerome Brunet <jbrunet@baylibre.com>
|
|
|
|
obj-$(CONFIG_CLK_MESON_GX) += gxbb.o
|
|
obj-$(CONFIG_CLK_MESON_AXG) += axg.o
|
|
obj-$(CONFIG_CLK_MESON_G12A) += g12a.o
|
|
|