diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-13 23:38:17 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 21:25:01 +0100 |
commit | 19e2e172f0ed2552793ecef506b00c3fa3421845 (patch) | |
tree | ca324a14964fd13fd7957c2e30baa196cee1e998 /arch/mips/kernel/Makefile | |
parent | 403342a82d7959ad76210778cfcd7e26f7dd98cd (diff) | |
download | op-kernel-dev-19e2e172f0ed2552793ecef506b00c3fa3421845.zip op-kernel-dev-19e2e172f0ed2552793ecef506b00c3fa3421845.tar.gz |
MIPS: Provide arch_syscall_addr.
The generic version is wrong for MIPS.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 4bbece9..81773a4 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -35,6 +35,7 @@ obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-$(CONFIG_MODULES) += mips_ksyms.o module.o obj-$(CONFIG_MODULES_USE_ELF_RELA) += module-rela.o +obj-$(CONFIG_FTRACE_SYSCALLS) += ftrace.o obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o obj-$(CONFIG_CPU_R4K_FPU) += r4k_fpu.o r4k_switch.o |