mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

We update kendryte/k210 to use new mechanism of having builtin DTB where we convert k210.dts to C source and further compile-n-link it with libplatsbi.a. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
14 lines
264 B
Makefile
14 lines
264 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2019 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Damien Le Moal <damien.lemoal@wdc.com>
|
|
#
|
|
|
|
platform-objs-y += platform.o
|
|
|
|
platform-objs-y += k210.o
|
|
platform-varprefix-k210.o = dt_k210
|