forked from Mirrors/opensbi

Unify all the file and function names of 'sifive_test' device, to use the same prefix. This is also a preparatory patch for upcoming sifive reset device. Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
15 lines
397 B
Makefile
15 lines
397 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2020 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += reset/fdt_reset.o
|
|
libsbiutils-objs-y += reset/fdt_reset_htif.o
|
|
libsbiutils-objs-y += reset/fdt_reset_thead.o
|
|
libsbiutils-objs-y += reset/fdt_reset_thead_asm.o
|
|
libsbiutils-objs-y += reset/fdt_reset_sifive_test.o
|