aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/sys/objects.mk
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2021-05-21 16:33:33 +0530
committerAnup Patel <anup@brainfault.org>2021-06-24 09:39:55 +0530
commita731c7e36988c3308e1978ecde491f2f6182d490 (patch)
treee6d966c4cc40d92863326914bc1e8b736bcf93c6 /lib/utils/sys/objects.mk
parent03d6bb51ba96a16a8ac9a2fcbaebec9f6c31d900 (diff)
platform: Replace CLINT library usage with ACLINT library
The ACLINT devices are backward compatible with SiFive CLINT so we replace all CLINT library usage in various platforms with ACLINT library. As a result of this replacement, the CLINT library is not used by any part of OpenSBI hence we remove it. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Xiang W <wxjstz@126.com>
Diffstat (limited to 'lib/utils/sys/objects.mk')
-rw-r--r--lib/utils/sys/objects.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/sys/objects.mk b/lib/utils/sys/objects.mk
index 7878ca8..06be322 100644
--- a/lib/utils/sys/objects.mk
+++ b/lib/utils/sys/objects.mk
@@ -7,6 +7,5 @@
# 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