diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-01-17 18:09:49 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-01-22 12:13:40 +0530 |
commit | 766850222af4c39a52acf1fb12a97f2a42747d32 (patch) | |
tree | b8f2058907a2f3f74a047826f89d09835f037dfe /lib/sbi/objects.mk | |
parent | 37923c4a66180b2f7881d959cd631038e81dbfec (diff) |
lib: Factor-out SBI legacy extension
This patch factor-out SBI legacy 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 b84453e..6a610b5 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_legacy.o libsbi-objs-y += sbi_emulate_csr.o libsbi-objs-y += sbi_fifo.o libsbi-objs-y += sbi_hfence.o |