mirror of
https://github.com/ukui/opensbi.git
synced 2026-03-09 09:34:51 -07:00
12 lines
278 B
Makefile
12 lines
278 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-$(CONFIG_SYS_HTIF) += sys/htif.o
|
|
libsbiutils-objs-$(CONFIG_SYS_SIFIVE_TEST) += sys/sifive_test.o
|