summaryrefslogtreecommitdiff
path: root/lib/utils/reset/objects.mk
blob: 4215396406ea1ebb98e5b6d12c296d627a3f3b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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_gpio.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