xref: /u-boot-v2022.01-rc1/arch/arm/mach-uniphier/debug-uart/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0+
2
3ifdef CONFIG_SPL_BUILD
4obj-$(CONFIG_ARCH_UNIPHIER_LD4)		+= debug-uart-ld4.o
5obj-$(CONFIG_ARCH_UNIPHIER_PRO4)	+= debug-uart-pro4.o
6obj-$(CONFIG_ARCH_UNIPHIER_SLD8)	+= debug-uart-sld8.o
7obj-$(CONFIG_ARCH_UNIPHIER_PRO5)	+= debug-uart-pro5.o
8obj-$(CONFIG_ARCH_UNIPHIER_PXS2)	+= debug-uart-pxs2.o
9obj-$(CONFIG_ARCH_UNIPHIER_LD6B)	+= debug-uart-ld6b.o
10endif
11
12obj-y					+= debug-uart.o
13

Last Index update Sun Aug 20 00:18:20 CST 2023