• Home
  • Docs
  • Source
  • Mailing List
  • github

U-Boot

Source Code Browser

Open Menu / arch / arm / mach-uniphier / debug-uart / Makefile

Projects

  • concept
  • u-boot

Versions

  • master
    • master
  • c2026
    • c2026.02
      • c2026.02-rc1
  • c2025
    • c2025.12
      • c2025.12-rc3
      • c2025.12
    • c2025.10
      • c2025.10-rc3
      • c2025.10-rc2
      • c2025.10
    • c2025.09
      • c2025.09-rc1
Loading...
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# SPDX-License-Identifier: GPL-2.0+

ifdef CONFIG_XPL_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
concept master Download file Top powered by Elixir