From a731c7e36988c3308e1978ecde491f2f6182d490 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 21 May 2021 16:33:33 +0530 Subject: 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 Reviewed-by: Bin Meng Reviewed-by: Xiang W --- lib/utils/sys/objects.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/utils/sys/objects.mk') diff --git a/lib/utils/sys/objects.mk b/lib/utils/sys/objects.mk index 7878ca8b..06be3223 100644 --- a/lib/utils/sys/objects.mk +++ b/lib/utils/sys/objects.mk @@ -7,6 +7,5 @@ # Anup Patel # -libsbiutils-objs-y += sys/clint.o libsbiutils-objs-y += sys/htif.o libsbiutils-objs-y += sys/sifive_test.o -- cgit v1.3.1