diff options
| author | Guo Ren <guoren@linux.alibaba.com> | 2022-04-18 21:01:54 +0800 |
|---|---|---|
| committer | Guo Ren <guoren@linux.alibaba.com> | 2022-07-30 11:12:03 -0400 |
| commit | 4e8bb4ba5a558159ffbfa7e60322a1c151c3903c (patch) | |
| tree | c7dd06510ade6d45e5d67799ada379795d489437 /arch/csky/kernel/Makefile | |
| parent | 01ab4649ef5a377074d2ad4bf2ba6d2270d2807b (diff) | |
csky: Add jump-label implementation
Add jump-label implementation for static branch
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'arch/csky/kernel/Makefile')
| -rw-r--r-- | arch/csky/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/csky/kernel/Makefile b/arch/csky/kernel/Makefile index 4eb41421ca5b..6f14c924b20d 100644 --- a/arch/csky/kernel/Makefile +++ b/arch/csky/kernel/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-$(CONFIG_CSKY_PMU_V1) += perf_event.o obj-$(CONFIG_PERF_EVENTS) += perf_callchain.o obj-$(CONFIG_HAVE_PERF_REGS) += perf_regs.o +obj-$(CONFIG_JUMP_LABEL) += jump_label.o ifdef CONFIG_FUNCTION_TRACER CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE) |
