diff options
| author | Johan Almbladh <[email protected]> | 2021-10-07 14:23:39 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2021-10-07 21:51:13 +0000 |
| commit | e5c15a363de6f87d5aff9a2674f77c49f70a9ca2 (patch) | |
| tree | d3f6910af9b7eb161508848fa9b9ba780b9aa32d | |
| parent | bpf, x64: Factor out emission of REX byte in more cases (diff) | |
| download | kernel-e5c15a363de6f87d5aff9a2674f77c49f70a9ca2.tar.gz kernel-e5c15a363de6f87d5aff9a2674f77c49f70a9ca2.zip | |
mips, bpf: Fix Makefile that referenced a removed file
This patch removes a stale Makefile reference to the cBPF JIT that was
removed.
Fixes: ebcbacfa50ec ("mips, bpf: Remove old BPF JIT implementations")
Signed-off-by: Johan Almbladh <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
| -rw-r--r-- | arch/mips/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/net/Makefile b/arch/mips/net/Makefile index 602bf242b13f..95e826781dbc 100644 --- a/arch/mips/net/Makefile +++ b/arch/mips/net/Makefile @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only # MIPS networking code -obj-$(CONFIG_MIPS_CBPF_JIT) += bpf_jit.o bpf_jit_asm.o obj-$(CONFIG_MIPS_EBPF_JIT) += bpf_jit_comp.o ifeq ($(CONFIG_32BIT),y) |
