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

To make the framework suit all Andes CPUs, change all occurrences of andes45 to andes. In addition, we fix some coding style problems and remove an unused macro in andes.h. Signed-off-by: Ben Zong-You Xie <ben717@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
11 lines
366 B
Makefile
11 lines
366 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
|
|
carray-platform_override_modules-$(CONFIG_PLATFORM_ANDES_AE350) += andes_ae350
|
|
platform-objs-$(CONFIG_PLATFORM_ANDES_AE350) += andes/ae350.o andes/sleep.o
|
|
|
|
platform-objs-$(CONFIG_ANDES_PMA) += andes/andes_pma.o
|
|
platform-objs-$(CONFIG_ANDES_SBI) += andes/andes_sbi.o
|
|
platform-objs-$(CONFIG_ANDES_PMU) += andes/andes_pmu.o
|