summaryrefslogtreecommitdiff
path: root/lib/objects.mk
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2019-05-24 07:58:05 +0530
committerAnup Patel <[email protected]>2019-05-24 08:22:47 +0530
commit95b7480ab4b438cf545afae200b40012e83f1dda (patch)
tree44e30d69d4222833e36d3092005ac0a09b45f391 /lib/objects.mk
parent2dfed32c463eef80a0eea7108117ce18dc80c527 (diff)
lib: Factor-out TLB management from IPI management
This patch factor-out TLB management from IPI management to separate sources sbi_tlb.c and sbi_tlb.h. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/objects.mk')
-rw-r--r--lib/objects.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/objects.mk b/lib/objects.mk
index bfa5a3c4..8eb860f9 100644
--- a/lib/objects.mk
+++ b/lib/objects.mk
@@ -24,6 +24,7 @@ lib-objs-y += sbi_misaligned_ldst.o
lib-objs-y += sbi_scratch.o
lib-objs-y += sbi_system.o
lib-objs-y += sbi_timer.o
+lib-objs-y += sbi_tlb.o
lib-objs-y += sbi_trap.o
# External Libraries to include