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/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/Makefile')
-rw-r--r-- | arch/hexagon/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/hexagon/Makefile b/arch/hexagon/Makefile index 38264831905b..74b644ea8a00 100644 --- a/arch/hexagon/Makefile +++ b/arch/hexagon/Makefile @@ -33,9 +33,6 @@ TIR_NAME := r19 KBUILD_CFLAGS += -ffixed-$(TIR_NAME) -DTHREADINFO_REG=$(TIR_NAME) -D__linux__ KBUILD_AFLAGS += -DTHREADINFO_REG=$(TIR_NAME) -LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name 2>/dev/null) -libs-y += $(LIBGCC) - head-y := arch/hexagon/kernel/head.o core-y += arch/hexagon/kernel/ \ |