MIPS: Remove useless comment about kprobe from arch/mips/Makefile
The commit c1bf207d6e
(kernel.org) rsp.
58e9ad32a48dce37ffeea912f55bd1c94b85ad7f (lmo) [MIPS: kprobe: Add support]
introduced a useless comment.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: David Daney <ddaney@caviumnetworks.com>
Patchwork: https://patchwork.linux-mips.org/patch/1765/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
258e1e7379
commit
b42b4f3af8
|
@ -288,9 +288,6 @@ endif
|
||||||
vmlinux.32: vmlinux
|
vmlinux.32: vmlinux
|
||||||
$(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
|
$(OBJCOPY) -O $(32bit-bfd) $(OBJCOPYFLAGS) $< $@
|
||||||
|
|
||||||
|
|
||||||
#obj-$(CONFIG_KPROBES) += kprobes.o
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
|
# The 64-bit ELF tools are pretty broken so at this time we generate 64-bit
|
||||||
# ELF files from 32-bit files by conversion.
|
# ELF files from 32-bit files by conversion.
|
||||||
|
|
Loading…
Reference in New Issue