forked from Mirrors/opensbi

Let us move SiFive platform overrides for FU540 and FU740 into a separate directory so better maintainability. Other SoC vendors can also create their own directory under platform/generic. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
10 lines
216 B
Makefile
10 lines
216 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
|
|
carray-platform_override_modules-y += sifive_fu540
|
|
platform-objs-y += sifive/fu540.o
|
|
|
|
carray-platform_override_modules-y += sifive_fu740
|
|
platform-objs-y += sifive/fu740.o
|