diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-06-18 14:54:04 -0700 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-06-19 09:48:59 +0530 |
commit | 200ed7c1bdb4d39caf9d0126e3741e72982852b0 (patch) | |
tree | 11bff85604758f4af128920635091c42d84f1dfb /lib/sbi/objects.mk | |
parent | 793e5e1184f04012804914bd922e68536f3b68dd (diff) |
lib: Rename string.x to sbi_string.x
All string functions are part of libsbi. It makes more sense
to rename them to sbi_string.x as the libsbi can be linked
with external libraries that can have similar implementation.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Anup Patel <anup.patel@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 d0fd856..f2e8494 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -27,3 +27,4 @@ libsbi-objs-y += sbi_system.o libsbi-objs-y += sbi_timer.o libsbi-objs-y += sbi_tlb.o libsbi-objs-y += sbi_trap.o +libsbi-objs-y += sbi_string.o |