aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/clk/meson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/clk/meson/Makefile')
-rw-r--r--roms/u-boot/drivers/clk/meson/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/clk/meson/Makefile b/roms/u-boot/drivers/clk/meson/Makefile
new file mode 100644
index 000000000..7204383e1
--- /dev/null
+++ b/roms/u-boot/drivers/clk/meson/Makefile
@@ -0,0 +1,10 @@
+# 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
+obj-$(CONFIG_CLK_MESON_G12A) += g12a-ao.o
+