Files
opensbi/plat/common/serial/objects.mk
Anup Patel 9e8ff05cb6 Initial commit.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
2018-12-11 19:24:06 +05:30

12 lines
294 B
Makefile

#
# Copyright (c) 2018 Western Digital Corporation or its affiliates.
#
# Authors:
# Anup Patel <anup.patel@wdc.com>
#
# SPDX-License-Identifier: BSD-2-Clause
#
plat-common-objs-$(PLAT_SERIAL_UART8250) += serial/uart8250.o
plat-common-objs-$(PLAT_SERIAL_SIFIVE_UART) += serial/sifive-uart.o