aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile')
-rw-r--r--roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile b/roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile
new file mode 100644
index 000000000..81e9314a5
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+ifdef CONFIG_SPL_BUILD
+obj-$(CONFIG_ARCH_UNIPHIER_LD4) += debug-uart-ld4.o
+obj-$(CONFIG_ARCH_UNIPHIER_PRO4) += debug-uart-pro4.o
+obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += debug-uart-sld8.o
+obj-$(CONFIG_ARCH_UNIPHIER_PRO5) += debug-uart-pro5.o
+obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += debug-uart-pxs2.o
+obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += debug-uart-ld6b.o
+endif
+
+obj-y += debug-uart.o