mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-21 20:38:21 +00:00
This patch renames "plat" to "platform" everywhere for better readablility. Signed-off-by: Anup Patel <anup.patel@wdc.com>
11 lines
310 B
Makefile
11 lines
310 B
Makefile
#
|
|
# Copyright (c) 2018 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
|
|
platform-common-objs-$(PLATFORM_SERIAL_UART8250) += serial/uart8250.o
|
|
platform-common-objs-$(PLATFORM_SERIAL_SIFIVE_UART) += serial/sifive-uart.o
|