diff options
| author | Atish Patra <[email protected]> | 2019-06-18 14:54:03 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-06-19 09:48:56 +0530 |
| commit | 793e5e1184f04012804914bd922e68536f3b68dd (patch) | |
| tree | cb2ec2a81ed5e832de5c9c8a79dca17fce599af8 /lib/utils/serial/objects.mk | |
| parent | 98aaf8317b74414afa78078bc056670f46c45f41 (diff) | |
platform: Move platform common to lib/utils.
Currently, platform/common contains platform/non-platform specific
common minimal drivers and libraries. This is helpful is all platforms
are built within opensbi framework.
Move them to lib/utils so that any external platform code also can
reuse the minimalistic drivers or other common libraries.
This patch doesn't introduce any functional changes.
Signed-off-by: Atish Patra <[email protected]>
Acked-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/serial/objects.mk')
| -rw-r--r-- | lib/utils/serial/objects.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/utils/serial/objects.mk b/lib/utils/serial/objects.mk new file mode 100644 index 00000000..fba056b0 --- /dev/null +++ b/lib/utils/serial/objects.mk @@ -0,0 +1,11 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2019 Western Digital Corporation or its affiliates. +# +# Authors: +# Anup Patel <[email protected]> +# + +libsbiutils-objs-$(PLATFORM_SERIAL_UART8250) += serial/uart8250.o +libsbiutils-objs-$(PLATFORM_SERIAL_SIFIVE_UART) += serial/sifive-uart.o |
