diff options
author | Sid Manning <sidneym@codeaurora.org> | 2020-10-13 23:17:50 +0200 |
---|---|---|
committer | Brian Cain <bcain@codeaurora.org> | 2021-05-03 18:04:22 +0200 |
commit | f1f99adf05f2138ff2646d756d4674e302e8d02d (patch) | |
tree | 9b798fa2ae49a37f95070babf1ded095804722d3 /arch/hexagon/lib/Makefile | |
parent | Hexagon: remove DEBUG from comet config (diff) | |
download | linux-f1f99adf05f2138ff2646d756d4674e302e8d02d.tar.xz linux-f1f99adf05f2138ff2646d756d4674e302e8d02d.zip |
Hexagon: add target builtins to kernel
Add the compiler-rt builtins like memcpy to the hexagon kernel.
Signed-off-by: Sid Manning <sidneym@codeaurora.org>
Add SYM_FUNC_START/END, ksyms exports
Signed-off-by: Brian Cain <bcain@codeaurora.org>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'arch/hexagon/lib/Makefile')
-rw-r--r-- | arch/hexagon/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/hexagon/lib/Makefile b/arch/hexagon/lib/Makefile index 54be529d17a2..a64641e89d5f 100644 --- a/arch/hexagon/lib/Makefile +++ b/arch/hexagon/lib/Makefile @@ -2,4 +2,5 @@ # # Makefile for hexagon-specific library files. # -obj-y = checksum.o io.o memcpy.o memset.o +obj-y = checksum.o io.o memcpy.o memset.o memcpy_likely_aligned.o \ + divsi3.o modsi3.o udivsi3.o umodsi3.o |