mirror of
https://gitlab.com/qemu-project/opensbi.git
synced 2025-06-28 04:38:48 +08:00

This patch factor-out SiFive test device related stuff into it's own source file from qemu/virt platform. In future, we can find SiFive test device address from device tree as well. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
13 lines
271 B
Makefile
13 lines
271 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2019 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += sys/clint.o
|
|
libsbiutils-objs-y += sys/htif.o
|
|
libsbiutils-objs-y += sys/sifive_test.o
|