From 98aaf8317b74414afa78078bc056670f46c45f41 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Tue, 18 Jun 2019 14:54:02 -0700 Subject: lib: Include helper libc functions directly in libsbi. libsbi needs some of the custom libc functions. It should be directly included in libsbi instead of platform specific libraries. Signed-off-by: Atish Patra Acked-by: Anup Patel --- lib/sbi/objects.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sbi/objects.mk') diff --git a/lib/sbi/objects.mk b/lib/sbi/objects.mk index 817e805..d0fd856 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -27,6 +27,3 @@ libsbi-objs-y += sbi_system.o libsbi-objs-y += sbi_timer.o libsbi-objs-y += sbi_tlb.o libsbi-objs-y += sbi_trap.o - -# External Libraries to include -PLATFORM_INCLUDE_LIBC=y -- cgit v1.2.3