diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-01-17 19:25:24 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-01-22 12:13:47 +0530 |
commit | 021b9e7c767f101e80fdd4868ad95177fa1cf1da (patch) | |
tree | 0eeda6168e2960d66c94b4847ad0a2f5e182de70 /lib/sbi/objects.mk | |
parent | 43ac621ecba8d472a5e697527143f9d3317df3e1 (diff) |
lib: Factor-out SBI base extension
This patch factor-out SBI base extension into its own source
for better modularity of SBI implementation.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'lib/sbi/objects.mk')
-rw-r--r-- | lib/sbi/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbi/objects.mk b/lib/sbi/objects.mk index 48e7530..fac980f 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -14,6 +14,7 @@ libsbi-objs-y += riscv_locks.o libsbi-objs-y += sbi_console.o libsbi-objs-y += sbi_ecall.o +libsbi-objs-y += sbi_ecall_base.o libsbi-objs-y += sbi_ecall_legacy.o libsbi-objs-y += sbi_ecall_replace.o libsbi-objs-y += sbi_ecall_vendor.o |